Html Css Color HEX #D22492 Deep Cerise

📋 copy color: '#D22492'

red 210 ◦ green 36 ◦ blue 146

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

Shades of Deep Cerise #D22492

Tints of Deep Cerise #D22492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

 BLUE value IS 146 (57.42% from 255) = 37.24%

R = 53.57%
G = 9.18%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D22492 (or 0xD22492) is known color: Deep Cerise. HEX triplet: D2, 24 and 92. RGB value is (210,36,146). Sum of RGB (Red+Green+Blue) = 210+36+146=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D22492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22492 is #2DDB6D. Grayscale: #646464. Windows color (decimal): -3005294 or 9577682. OLE color: 9577682.

HSL color Cylindrical-coordinate representation of color #D22492: hue angle of 322.07º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22492 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 146 -
CMYK 0 0.83 0.30 0.18
HSL 322.07º 0.71% 0.48% -
HSV(B) 322.07º 0.83% 0.82% -
XYZ 32.4 17.04 28.78 -
YUV 100.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 210 36 146 0 0.83 0.30 0.18 322.07 0.71 0.48
Hex D2 24 92 0 53 1E 12 142 47 30
Octal 322 44 222 0 123 36 22 502 107 60
Binary 11010010 100100 10010010 0 1010011 11110 10010 101000010 1000111 110000

Color Harmonies of #D22492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22492

Black with #D22492

Text Example


Text Example

White with #D22492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22492; }

 p { color: rgb(210,36,146); }

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

background-color css

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

 a { background-color: rgb(210,36,146); }

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

border-color css

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

 span { border-color: rgb(210,36,146); }

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