Html Css Color HEX #D22FA2 Deep Cerise

📋 copy color: '#D22FA2'

red 210 ◦ green 47 ◦ blue 162

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

Shades of Deep Cerise #D22FA2

Tints of Deep Cerise #D22FA2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.22%

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 50.12%
G = 11.22%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D22FA2 (or 0xD22FA2) is known color: Deep Cerise. HEX triplet: D2, 2F and A2. RGB value is (210,47,162). Sum of RGB (Red+Green+Blue) = 210+47+162=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22FA2 is #2DD05D. Grayscale: #6C6C6C. Windows color (decimal): -3002462 or 10629074. OLE color: 10629074.

HSL color Cylindrical-coordinate representation of color #D22FA2: hue angle of 317.67º degrees, saturation: 0.64, 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 #D22FA2 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 47 162 -
CMYK 0 0.78 0.23 0.18
HSL 317.67º 0.64% 0.5% -
HSV(B) 317.67º 0.78% 0.82% -
XYZ 34.12 18.34 35.92 -
YUV 108.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 210 47 162 0 0.78 0.23 0.18 317.67 0.64 0.5
Hex D2 2F A2 0 4E 17 12 13E 40 32
Octal 322 57 242 0 116 27 22 476 100 62
Binary 11010010 101111 10100010 0 1001110 10111 10010 100111110 1000000 110010

Color Harmonies of #D22FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22FA2

Black with #D22FA2

Text Example


Text Example

White with #D22FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22FA2; }

 p { color: rgb(210,47,162); }

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

background-color css

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

 a { background-color: rgb(210,47,162); }

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

border-color css

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

 span { border-color: rgb(210,47,162); }

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