#D24470

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

Shades of Cabaret #D24470

Tints of Cabaret #D24470

Color information

#D24470 (or 0xD24470) is unknown color: approx Cabaret. HEX triplet: D2, 44 and 70. RGB value is (210,68,112). Sum of RGB (Red+Green+Blue) = 210+68+112=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D24470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24470 is #2DBB8F. Grayscale: #737373. Windows color (decimal): -2997136 or 7357650. OLE color: 7357650.

HSL color Cylindrical-coordinate representation of color #D24470: hue angle of 341.41º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24470 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB21068112-
CMYK00.680.470.18
HSL341.41º61.21%54.51%-
HSV(B)341.41º67.62%82.35%-
XYZ31.5719.0117.33-
YUV115.47126.04195.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.85%
GREEN value IS 68 (26.95% from 255) = 17.44%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=53.85%
G=17.44%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106811200.680.470.18341.4161.2154.51
HexD244700442F121553d37
Octal322104160010457225257567
Binary11010010100010011100000100010010111110010101010101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24470; }

 p { color: rgb(210,68,112); }

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

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

 a { background-color: rgb(210,68,112); }

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

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

 span { border-color: rgb(210,68,112); }

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