Html Css Color HEX #D24084 Deep Cerise

📋 copy color: '#D24084'

red 210 ◦ green 64 ◦ blue 132

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

Shades of Deep Cerise #D24084

Tints of Deep Cerise #D24084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 51.72%
G = 15.76%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D24084 (or 0xD24084) is known color: Deep Cerise. HEX triplet: D2, 40 and 84. RGB value is (210,64,132). Sum of RGB (Red+Green+Blue) = 210+64+132=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D24084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24084 is #2DBF7B. Grayscale: #737373. Windows color (decimal): -2998140 or 8667346. OLE color: 8667346.

HSL color Cylindrical-coordinate representation of color #D24084: hue angle of 332.05º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24084 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 132 -
CMYK 0 0.70 0.37 0.18
HSL 332.05º 0.62% 0.54% -
HSV(B) 332.05º 0.7% 0.82% -
XYZ 32.58 19.03 23.79 -
YUV 115.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 210 64 132 0 0.70 0.37 0.18 332.05 0.62 0.54
Hex D2 40 84 0 46 25 12 14C 3E 36
Octal 322 100 204 0 106 45 22 514 76 66
Binary 11010010 1000000 10000100 0 1000110 100101 10010 101001100 111110 110110

Color Harmonies of #D24084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24084

Black with #D24084

Text Example


Text Example

White with #D24084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24084; }

 p { color: rgb(210,64,132); }

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

background-color css

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

 a { background-color: rgb(210,64,132); }

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

border-color css

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

 span { border-color: rgb(210,64,132); }

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