Html Css Color HEX #D222B0 Deep Magenta

📋 copy color: '#D222B0'

red 210 ◦ green 34 ◦ blue 176

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

Shades of Deep Magenta #D222B0

Tints of Deep Magenta #D222B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 50%
G = 8.1%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D222B0 (or 0xD222B0) is known color: Deep Magenta. HEX triplet: D2, 22 and B0. RGB value is (210,34,176). Sum of RGB (Red+Green+Blue) = 210+34+176=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D222B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D222B0 is #2DDD4F. Grayscale: #666666. Windows color (decimal): -3005776 or 11543250. OLE color: 11543250.

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

Color convert

RGB 210 34 176 -
CMYK 0 0.84 0.16 0.18
HSL 311.59º 0.72% 0.48% -
HSV(B) 311.59º 0.84% 0.82% -
XYZ 34.99 17.98 42.7 -
YUV 102.81 169.31 204.45 -
System Red Green Blue C M Y K H S L
Decimal 210 34 176 0 0.84 0.16 0.18 311.59 0.72 0.48
Hex D2 22 B0 0 54 10 12 138 48 30
Octal 322 42 260 0 124 20 22 470 110 60
Binary 11010010 100010 10110000 0 1010100 10000 10010 100111000 1001000 110000

Color Harmonies of #D222B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D222B0

Black with #D222B0

Text Example


Text Example

White with #D222B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D222B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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