Html Css Color HEX #D22372 Deep Cerise

📋 copy color: '#D22372'

red 210 ◦ green 35 ◦ blue 114

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

Shades of Deep Cerise #D22372

Tints of Deep Cerise #D22372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

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

R = 58.5%
G = 9.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D22372 (or 0xD22372) is known color: Deep Cerise. HEX triplet: D2, 23 and 72. RGB value is (210,35,114). Sum of RGB (Red+Green+Blue) = 210+35+114=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D22372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22372 is #2DDC8D. Grayscale: #606060. Windows color (decimal): -3005582 or 7480274. OLE color: 7480274.

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

Color convert

RGB 210 35 114 -
CMYK 0 0.83 0.46 0.18
HSL 332.91º 0.71% 0.48% -
HSV(B) 332.91º 0.83% 0.82% -
XYZ 30.22 16.12 17.44 -
YUV 96.33 137.98 209.08 -
System Red Green Blue C M Y K H S L
Decimal 210 35 114 0 0.83 0.46 0.18 332.91 0.71 0.48
Hex D2 23 72 0 53 2E 12 14D 47 30
Octal 322 43 162 0 123 56 22 515 107 60
Binary 11010010 100011 1110010 0 1010011 101110 10010 101001101 1000111 110000

Color Harmonies of #D22372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22372

Black with #D22372

Text Example


Text Example

White with #D22372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22372; }

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

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

background-color css

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

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

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

border-color css

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

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

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