Html Css Color HEX #D24D6A Cabaret

📋 copy color: '#D24D6A'

red 210 ◦ green 77 ◦ blue 106

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

Shades of Cabaret #D24D6A

Tints of Cabaret #D24D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.59%

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

R = 53.44%
G = 19.59%
B = 26.97%

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

#D24D6A (or 0xD24D6A) is known color: Cabaret. HEX triplet: D2, 4D and 6A. RGB value is (210,77,106). Sum of RGB (Red+Green+Blue) = 210+77+106=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D6A is #2DB295. Grayscale: #787878. Windows color (decimal): -2994838 or 6966738. OLE color: 6966738.

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

Color convert

RGB 210 77 106 -
CMYK 0 0.63 0.50 0.18
HSL 346.92º 0.6% 0.56% -
HSV(B) 346.92º 0.63% 0.82% -
XYZ 31.83 20.05 15.83 -
YUV 120.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 210 77 106 0 0.63 0.50 0.18 346.92 0.6 0.56
Hex D2 4D 6A 0 3F 32 12 15B 3C 38
Octal 322 115 152 0 77 62 22 533 74 70
Binary 11010010 1001101 1101010 0 111111 110010 10010 101011011 111100 111000

Color Harmonies of #D24D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D6A

Black with #D24D6A

Text Example


Text Example

White with #D24D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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