Html Css Color HEX #D220B5 Deep Magenta

📋 copy color: '#D220B5'

red 210 ◦ green 32 ◦ blue 181

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

Shades of Deep Magenta #D220B5

Tints of Deep Magenta #D220B5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.57%

 BLUE value IS 181 (71.09% from 255) = 42.79%

R = 49.65%
G = 7.57%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D220B5 (or 0xD220B5) is known color: Deep Magenta. HEX triplet: D2, 20 and B5. RGB value is (210,32,181). Sum of RGB (Red+Green+Blue) = 210+32+181=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D220B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220B5 is #2DDF4A. Grayscale: #656565. Windows color (decimal): -3006283 or 11870418. OLE color: 11870418.

HSL color Cylindrical-coordinate representation of color #D220B5: hue angle of 309.78º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220B5 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 181 -
CMYK 0 0.85 0.14 0.18
HSL 309.78º 0.74% 0.47% -
HSV(B) 309.78º 0.85% 0.82% -
XYZ 35.44 18.07 45.34 -
YUV 102.21 172.47 204.88 -
System Red Green Blue C M Y K H S L
Decimal 210 32 181 0 0.85 0.14 0.18 309.78 0.74 0.47
Hex D2 20 B5 0 55 E 12 136 4A 2F
Octal 322 40 265 0 125 16 22 466 112 57
Binary 11010010 100000 10110101 0 1010101 1110 10010 100110110 1001010 101111

Color Harmonies of #D220B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220B5

Black with #D220B5

Text Example


Text Example

White with #D220B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220B5; }

 p { color: rgb(210,32,181); }

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

background-color css

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

 a { background-color: rgb(210,32,181); }

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

border-color css

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

 span { border-color: rgb(210,32,181); }

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