#D94766

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

Shades of Cabaret #D94766

Tints of Cabaret #D94766

Color information

#D94766 (or 0xD94766) is unknown color: approx Cabaret. HEX triplet: D9, 47 and 66. RGB value is (217,71,102). Sum of RGB (Red+Green+Blue) = 217+71+102=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D94766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94766 is #26B899. Grayscale: #767676. Windows color (decimal): -2537626 or 6703065. OLE color: 6703065.

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

Color convert

RGB21771102-
CMYK00.670.530.15
HSL347.26º65.77%56.47%-
HSV(B)347.26º67.28%85.1%-
XYZ33.2720.2214.72-
YUV118.19118.87198.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.64%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=55.64%
G=18.21%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177110200.670.530.15347.2665.7756.47
HexD9476604335F15b4238
Octal3311071460103651753310270
Binary11011001100011111001100100001111010111111010110111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94766; }

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

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

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

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

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

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

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

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