Html Css Color HEX #D220B6 Deep Magenta

📋 copy color: '#D220B6'

red 210 ◦ green 32 ◦ blue 182

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

Shades of Deep Magenta #D220B6

Tints of Deep Magenta #D220B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 49.53%
G = 7.55%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D220B6 (or 0xD220B6) is known color: Deep Magenta. HEX triplet: D2, 20 and B6. RGB value is (210,32,182). Sum of RGB (Red+Green+Blue) = 210+32+182=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D220B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220B6 is #2DDF49. Grayscale: #656565. Windows color (decimal): -3006282 or 11935954. OLE color: 11935954.

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

Color convert

RGB 210 32 182 -
CMYK 0 0.85 0.13 0.18
HSL 309.44º 0.74% 0.47% -
HSV(B) 309.44º 0.85% 0.82% -
XYZ 35.54 18.11 45.88 -
YUV 102.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 210 32 182 0 0.85 0.13 0.18 309.44 0.74 0.47
Hex D2 20 B6 0 55 D 12 135 4A 2F
Octal 322 40 266 0 125 15 22 465 112 57
Binary 11010010 100000 10110110 0 1010101 1101 10010 100110101 1001010 101111

Color Harmonies of #D220B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220B6

Black with #D220B6

Text Example


Text Example

White with #D220B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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