Html Css Color HEX #D24E6A Cabaret

📋 copy color: '#D24E6A'

red 210 ◦ green 78 ◦ blue 106

#D24E6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #D24E6A

Tints of Cabaret #D24E6A

RGB

 RED value IS 210 (82.42% from 255) = 53.3%

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 53.3%
G = 19.8%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D24E6A (or 0xD24E6A) is known color: Cabaret. HEX triplet: D2, 4E and 6A. RGB value is (210,78,106). Sum of RGB (Red+Green+Blue) = 210+78+106=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24E6A is #2DB195. Grayscale: #787878. Windows color (decimal): -2994582 or 6966994. OLE color: 6966994.

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

Color convert

RGB 210 78 106 -
CMYK 0 0.63 0.50 0.18
HSL 347.27º 0.59% 0.56% -
HSV(B) 347.27º 0.63% 0.82% -
XYZ 31.9 20.19 15.85 -
YUV 120.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 210 78 106 0 0.63 0.50 0.18 347.27 0.59 0.56
Hex D2 4E 6A 0 3F 32 12 15B 3B 38
Octal 322 116 152 0 77 62 22 533 73 70
Binary 11010010 1001110 1101010 0 111111 110010 10010 101011011 111011 111000

Color Harmonies of #D24E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E6A

Black with #D24E6A

Text Example


Text Example

White with #D24E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E6A; }

 p { color: rgb(210,78,106); }

 H1.HeaderClassName
 {
   color: #D24E6A;
 }
 .AnyTagClassName
 {
   color: #D24E6A;
 }
</style>

background-color css

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

 a { background-color: rgb(210,78,106); }

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

border-color css

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

 span { border-color: rgb(210,78,106); }

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