#D94864

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

Shades of Cabaret #D94864

Tints of Cabaret #D94864

Color information

#D94864 (or 0xD94864) is unknown color: approx Cabaret. HEX triplet: D9, 48 and 64. RGB value is (217,72,100). Sum of RGB (Red+Green+Blue) = 217+72+100=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D94864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94864 is #26B79B. Grayscale: #767676. Windows color (decimal): -2537372 or 6572249. OLE color: 6572249.

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

Color convert

RGB21772100-
CMYK00.670.540.15
HSL348.41º65.61%56.67%-
HSV(B)348.41º66.82%85.1%-
XYZ33.2320.3114.22-
YUV118.55117.54198.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 72 (28.52% from 255) = 18.51%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=55.78%
G=18.51%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177210000.670.540.15348.4165.6156.67
HexD9486404336F15c4239
Octal3311101440103661753410271
Binary11011001100100011001000100001111011011111010111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94864; }

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

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

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

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

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

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

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

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