Html Css Color HEX #D24E6D Cabaret

📋 copy color: '#D24E6D'

red 210 ◦ green 78 ◦ blue 109

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

Shades of Cabaret #D24E6D

Tints of Cabaret #D24E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 52.9%
G = 19.65%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D24E6D (or 0xD24E6D) is known color: Cabaret. HEX triplet: D2, 4E and 6D. RGB value is (210,78,109). Sum of RGB (Red+Green+Blue) = 210+78+109=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24E6D is #2DB192. Grayscale: #797979. Windows color (decimal): -2994579 or 7163602. OLE color: 7163602.

HSL color Cylindrical-coordinate representation of color #D24E6D: hue angle of 345.91º 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 #D24E6D is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 78 109 -
CMYK 0 0.63 0.48 0.18
HSL 345.91º 0.59% 0.56% -
HSV(B) 345.91º 0.63% 0.82% -
XYZ 32.06 20.25 16.69 -
YUV 121 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 210 78 109 0 0.63 0.48 0.18 345.91 0.59 0.56
Hex D2 4E 6D 0 3F 30 12 15A 3B 38
Octal 322 116 155 0 77 60 22 532 73 70
Binary 11010010 1001110 1101101 0 111111 110000 10010 101011010 111011 111000

Color Harmonies of #D24E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E6D

Black with #D24E6D

Text Example


Text Example

White with #D24E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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