Html Css Color HEX #D222B9 Deep Magenta

📋 copy color: '#D222B9'

red 210 ◦ green 34 ◦ blue 185

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

Shades of Deep Magenta #D222B9

Tints of Deep Magenta #D222B9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.93%

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

R = 48.95%
G = 7.93%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D222B9 (or 0xD222B9) is known color: Deep Magenta. HEX triplet: D2, 22 and B9. RGB value is (210,34,185). Sum of RGB (Red+Green+Blue) = 210+34+185=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D222B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D222B9 is #2DDD46. Grayscale: #676767. Windows color (decimal): -3005767 or 12133074. OLE color: 12133074.

HSL color Cylindrical-coordinate representation of color #D222B9: hue angle of 308.52º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D222B9 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 34 185 -
CMYK 0 0.84 0.12 0.18
HSL 308.52º 0.72% 0.48% -
HSV(B) 308.52º 0.84% 0.82% -
XYZ 35.91 18.35 47.55 -
YUV 103.84 173.81 203.72 -
System Red Green Blue C M Y K H S L
Decimal 210 34 185 0 0.84 0.12 0.18 308.52 0.72 0.48
Hex D2 22 B9 0 54 C 12 135 48 30
Octal 322 42 271 0 124 14 22 465 110 60
Binary 11010010 100010 10111001 0 1010100 1100 10010 100110101 1001000 110000

Color Harmonies of #D222B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D222B9

Black with #D222B9

Text Example


Text Example

White with #D222B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D222B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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