#d94c64

Color #D94C64 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D94C64

Tints of Cabaret #D94C64

Color information

#D94C64 (or 0xD94C64) is unknown color: approx Cabaret. HEX triplet: D9, 4C and 64. RGB value is (217,76,100). Sum of RGB (Red+Green+Blue) = 217+76+100=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C64 is #26B39B. Grayscale: #787878. Windows color (decimal): -2536348 or 6573273. OLE color: 6573273.

HSL color Cylindrical-coordinate representation of color #D94C64: hue angle of 349.79º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C64 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21776100-
CMYK00.650.540.15
HSL349.79º64.98%57.45%-
HSV(B)349.79º64.98%85.1%-
XYZ33.520.8414.31-
YUV120.9116.21196.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 55.22%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=55.22%
G=19.34%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177610000.650.540.15349.7964.9857.45
HexD94C6404136F15e4139
Octal3311141440101661753610171
Binary11011001100110011001000100000111011011111010111101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d94c64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d94c64; }

 p { color: rgb(217,76,100); }

 H1.HeaderClassName
 {
   color: #d94c64;
 }
 .AnyTagClassName
 {
   color: #d94c64;
 }
</style>
background-color css

<style>
 a { background-color: #d94c64; }

 a { background-color: rgb(217,76,100); }

 div.DivClassName
 {
   background-color: #d94c64;
 }
 .BgClassName
 {
   background-color: #d94c64;
 }
</style>
border-color css

<style>
 span { border-color: #d94c64; }

 span { border-color: rgb(217,76,100); }

 td.TdClassName
 {
   border-color: #d94c64;
 }
 .TagClassName
 {
   border-color: #d94c64;
 }
</style>