#D44970

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

Shades of Cabaret #D44970

Tints of Cabaret #D44970

Color information

#D44970 (or 0xD44970) is unknown color: approx Cabaret. HEX triplet: D4, 49 and 70. RGB value is (212,73,112). Sum of RGB (Red+Green+Blue) = 212+73+112=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D44970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44970 is #2BB68F. Grayscale: #767676. Windows color (decimal): -2864784 or 7358932. OLE color: 7358932.

HSL color Cylindrical-coordinate representation of color #D44970: hue angle of 343.17º 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 #D44970 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB21273112-
CMYK00.660.470.17
HSL343.17º61.78%55.88%-
HSV(B)343.17º65.57%83.14%-
XYZ32.4619.9317.47-
YUV119.01124.05194.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.40%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=53.40%
G=18.39%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127311200.660.470.17343.1761.7855.88
HexD449700422F111573e38
Octal324111160010257215277670
Binary11010100100100111100000100001010111110001101010111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44970; }

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

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

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

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

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

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

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

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