#D44966

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

Shades of Cabaret #D44966

Tints of Cabaret #D44966

Color information

#D44966 (or 0xD44966) is unknown color: approx Cabaret. HEX triplet: D4, 49 and 66. RGB value is (212,73,102). Sum of RGB (Red+Green+Blue) = 212+73+102=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D44966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44966 is #2BB699. Grayscale: #757575. Windows color (decimal): -2864794 or 6703572. OLE color: 6703572.

HSL color Cylindrical-coordinate representation of color #D44966: hue angle of 347.48º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44966 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB21273102-
CMYK00.660.520.17
HSL347.48º61.78%55.88%-
HSV(B)347.48º65.57%83.14%-
XYZ31.9319.7214.69-
YUV117.87119.05195.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.78%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=54.78%
G=18.86%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127310200.660.520.17347.4861.7855.88
HexD44966042341115b3e38
Octal324111146010264215337670
Binary11010100100100111001100100001011010010001101011011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44966; }

 p { color: rgb(212,73,102); }

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

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

 a { background-color: rgb(212,73,102); }

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

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

 span { border-color: rgb(212,73,102); }

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