Html Css Color HEX #D22EAF Deep Cerise

📋 copy color: '#D22EAF'

red 210 ◦ green 46 ◦ blue 175

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

Shades of Deep Cerise #D22EAF

Tints of Deep Cerise #D22EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.67%

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 48.72%
G = 10.67%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D22EAF (or 0xD22EAF) is known color: Deep Cerise. HEX triplet: D2, 2E and AF. RGB value is (210,46,175). Sum of RGB (Red+Green+Blue) = 210+46+175=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D22EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22EAF is #2DD150. Grayscale: #6D6D6D. Windows color (decimal): -3002705 or 11480786. OLE color: 11480786.

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

Color convert

RGB 210 46 175 -
CMYK 0 0.78 0.17 0.18
HSL 312.8º 0.65% 0.5% -
HSV(B) 312.8º 0.78% 0.82% -
XYZ 35.29 18.75 42.32 -
YUV 109.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 210 46 175 0 0.78 0.17 0.18 312.8 0.65 0.5
Hex D2 2E AF 0 4E 11 12 139 41 32
Octal 322 56 257 0 116 21 22 471 101 62
Binary 11010010 101110 10101111 0 1001110 10001 10010 100111001 1000001 110010

Color Harmonies of #D22EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22EAF

Black with #D22EAF

Text Example


Text Example

White with #D22EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22EAF; }

 p { color: rgb(210,46,175); }

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

background-color css

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

 a { background-color: rgb(210,46,175); }

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

border-color css

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

 span { border-color: rgb(210,46,175); }

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