#D24F71

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

Shades of Cabaret #D24F71

Tints of Cabaret #D24F71

Color information

#D24F71 (or 0xD24F71) is unknown color: approx Cabaret. HEX triplet: D2, 4F and 71. RGB value is (210,79,113). Sum of RGB (Red+Green+Blue) = 210+79+113=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F71 is #2DB08E. Grayscale: #7A7A7A. Windows color (decimal): -2994319 or 7426002. OLE color: 7426002.

HSL color Cylindrical-coordinate representation of color #D24F71: hue angle of 344.43º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24F71 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB21079113-
CMYK00.620.460.18
HSL344.43º59.28%56.67%-
HSV(B)344.43º62.38%82.35%-
XYZ32.3520.4917.87-
YUV122.04122.9190.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.24%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=52.24%
G=19.65%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107911300.620.460.18344.4359.2856.67
HexD24F7103E2E121583b39
Octal32211716107656225307371
Binary1101001010011111110001011111010111010010101011000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24F71; }

 p { color: rgb(210,79,113); }

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

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

 a { background-color: rgb(210,79,113); }

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

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

 span { border-color: rgb(210,79,113); }

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