Html Css Color HEX #D222CD Deep Magenta

📋 copy color: '#D222CD'

red 210 ◦ green 34 ◦ blue 205

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

Shades of Deep Magenta #D222CD

Tints of Deep Magenta #D222CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 46.77%
G = 7.57%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D222CD (or 0xD222CD) is known color: Deep Magenta. HEX triplet: D2, 22 and CD. RGB value is (210,34,205). Sum of RGB (Red+Green+Blue) = 210+34+205=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D222CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D222CD is #2DDD32. Grayscale: #696969. Windows color (decimal): -3005747 or 13443794. OLE color: 13443794.

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

Color convert

RGB 210 34 205 -
CMYK 0 0.84 0.02 0.18
HSL 301.7º 0.72% 0.48% -
HSV(B) 301.7º 0.84% 0.82% -
XYZ 38.17 19.25 59.46 -
YUV 106.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 210 34 205 0 0.84 0.02 0.18 301.7 0.72 0.48
Hex D2 22 CD 0 54 2 12 12E 48 30
Octal 322 42 315 0 124 2 22 456 110 60
Binary 11010010 100010 11001101 0 1010100 10 10010 100101110 1001000 110000

Color Harmonies of #D222CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D222CD

Black with #D222CD

Text Example


Text Example

White with #D222CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D222CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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