#D24C68

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

Shades of Cabaret #D24C68

Tints of Cabaret #D24C68

Color information

#D24C68 (or 0xD24C68) is unknown color: approx Cabaret. HEX triplet: D2, 4C and 68. RGB value is (210,76,104). Sum of RGB (Red+Green+Blue) = 210+76+104=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C68 is #2DB397. Grayscale: #777777. Windows color (decimal): -2995096 or 6835410. OLE color: 6835410.

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

Color convert

RGB21076104-
CMYK00.640.500.18
HSL347.46º59.82%56.08%-
HSV(B)347.46º63.81%82.35%-
XYZ31.6619.8715.26-
YUV119.26119.39192.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.85%
GREEN value IS 76 (30.08% from 255) = 19.49%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=53.85%
G=19.49%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107610400.640.500.18347.4659.8256.08
HexD24C68040321215b3c38
Octal322114150010062225337470
Binary11010010100110011010000100000011001010010101011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24C68; }

 p { color: rgb(210,76,104); }

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

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

 a { background-color: rgb(210,76,104); }

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

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

 span { border-color: rgb(210,76,104); }

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