#D94E66

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

Shades of Cabaret #D94E66

Tints of Cabaret #D94E66

Color information

#D94E66 (or 0xD94E66) is unknown color: approx Cabaret. HEX triplet: D9, 4E and 66. RGB value is (217,78,102). Sum of RGB (Red+Green+Blue) = 217+78+102=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E66 is #26B199. Grayscale: #7A7A7A. Windows color (decimal): -2535834 or 6704857. OLE color: 6704857.

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

Color convert

RGB21778102-
CMYK00.640.530.15
HSL349.64º64.65%57.84%-
HSV(B)349.64º64.06%85.1%-
XYZ33.7421.1614.88-
YUV122.3116.55195.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=54.66%
G=19.65%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177810200.640.530.15349.6464.6557.84
HexD94E6604035F15e413a
Octal3311161460100651753610172
Binary11011001100111011001100100000011010111111010111101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E66; }

 p { color: rgb(217,78,102); }

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

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

 a { background-color: rgb(217,78,102); }

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

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

 span { border-color: rgb(217,78,102); }

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