Html Css Color HEX #D220B9 Deep Magenta

📋 copy color: '#D220B9'

red 210 ◦ green 32 ◦ blue 185

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

Shades of Deep Magenta #D220B9

Tints of Deep Magenta #D220B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 49.18%
G = 7.49%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D220B9 (or 0xD220B9) is known color: Deep Magenta. HEX triplet: D2, 20 and B9. RGB value is (210,32,185). Sum of RGB (Red+Green+Blue) = 210+32+185=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D220B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220B9 is #2DDF46. Grayscale: #666666. Windows color (decimal): -3006279 or 12132562. OLE color: 12132562.

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

Color convert

RGB 210 32 185 -
CMYK 0 0.85 0.12 0.18
HSL 308.43º 0.74% 0.47% -
HSV(B) 308.43º 0.85% 0.82% -
XYZ 35.85 18.24 47.53 -
YUV 102.66 174.47 204.56 -
System Red Green Blue C M Y K H S L
Decimal 210 32 185 0 0.85 0.12 0.18 308.43 0.74 0.47
Hex D2 20 B9 0 55 C 12 134 4A 2F
Octal 322 40 271 0 125 14 22 464 112 57
Binary 11010010 100000 10111001 0 1010101 1100 10010 100110100 1001010 101111

Color Harmonies of #D220B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220B9

Black with #D220B9

Text Example


Text Example

White with #D220B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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