Html Css Color HEX #D24F72 Cabaret

📋 copy color: '#D24F72'

red 210 ◦ green 79 ◦ blue 114

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

Shades of Cabaret #D24F72

Tints of Cabaret #D24F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.6%

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 52.11%
G = 19.6%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D24F72 (or 0xD24F72) is known color: Cabaret. HEX triplet: D2, 4F and 72. RGB value is (210,79,114). Sum of RGB (Red+Green+Blue) = 210+79+114=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F72 is #2DB08D. Grayscale: #7A7A7A. Windows color (decimal): -2994318 or 7491538. OLE color: 7491538.

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

Color convert

RGB 210 79 114 -
CMYK 0 0.62 0.46 0.18
HSL 343.97º 0.59% 0.57% -
HSV(B) 343.97º 0.62% 0.82% -
XYZ 32.41 20.51 18.17 -
YUV 122.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 210 79 114 0 0.62 0.46 0.18 343.97 0.59 0.57
Hex D2 4F 72 0 3E 2E 12 158 3B 39
Octal 322 117 162 0 76 56 22 530 73 71
Binary 11010010 1001111 1110010 0 111110 101110 10010 101011000 111011 111001

Color Harmonies of #D24F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F72

Black with #D24F72

Text Example


Text Example

White with #D24F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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