#D24A62

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

Shades of Cabaret #D24A62

Tints of Cabaret #D24A62

Color information

#D24A62 (or 0xD24A62) is unknown color: approx Cabaret. HEX triplet: D2, 4A and 62. RGB value is (210,74,98). Sum of RGB (Red+Green+Blue) = 210+74+98=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A62 is #2DB59D. Grayscale: #757575. Windows color (decimal): -2995614 or 6441682. OLE color: 6441682.

HSL color Cylindrical-coordinate representation of color #D24A62: hue angle of 349.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A62 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB2107498-
CMYK00.650.530.18
HSL349.41º60.18%55.69%-
HSV(B)349.41º64.76%82.35%-
XYZ31.2319.4813.67-
YUV117.4117.06194.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.97%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 98 (38.67% from 255) = 25.65%
R=54.97%
G=19.37%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210749800.650.530.18349.4160.1855.69
HexD24A62041351215d3c38
Octal322112142010165225357470
Binary11010010100101011000100100000111010110010101011101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24A62; }

 p { color: rgb(210,74,98); }

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

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

 a { background-color: rgb(210,74,98); }

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

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

 span { border-color: rgb(210,74,98); }

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