Html Css Color HEX #D24A70 Cabaret

📋 copy color: '#D24A70'

red 210 ◦ green 74 ◦ blue 112

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

Shades of Cabaret #D24A70

Tints of Cabaret #D24A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 53.03%
G = 18.69%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D24A70 (or 0xD24A70) is known color: Cabaret. HEX triplet: D2, 4A and 70. RGB value is (210,74,112). Sum of RGB (Red+Green+Blue) = 210+74+112=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A70 is #2DB58F. Grayscale: #767676. Windows color (decimal): -2995600 or 7359186. OLE color: 7359186.

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

Color convert

RGB 210 74 112 -
CMYK 0 0.65 0.47 0.18
HSL 343.24º 0.6% 0.56% -
HSV(B) 343.24º 0.65% 0.82% -
XYZ 31.95 19.77 17.46 -
YUV 119 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 210 74 112 0 0.65 0.47 0.18 343.24 0.6 0.56
Hex D2 4A 70 0 41 2F 12 157 3C 38
Octal 322 112 160 0 101 57 22 527 74 70
Binary 11010010 1001010 1110000 0 1000001 101111 10010 101010111 111100 111000

Color Harmonies of #D24A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A70

Black with #D24A70

Text Example


Text Example

White with #D24A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A70; }

 p { color: rgb(210,74,112); }

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

background-color css

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

 a { background-color: rgb(210,74,112); }

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

border-color css

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

 span { border-color: rgb(210,74,112); }

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