Html Css Color HEX #D522DD Deep Magenta

📋 copy color: '#D522DD'

red 213 ◦ green 34 ◦ blue 221

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

Shades of Deep Magenta #D522DD

Tints of Deep Magenta #D522DD

RGB

 RED value IS 213 (83.59% from 255) = 45.51%

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 45.51%
G = 7.26%
B = 47.22%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D522DD (or 0xD522DD) is known color: Deep Magenta. HEX triplet: D5, 22 and DD. RGB value is (213,34,221). Sum of RGB (Red+Green+Blue) = 213+34+221=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #D522DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522DD is #2ADD22. Grayscale: #6C6C6C. Windows color (decimal): -2809123 or 14492373. OLE color: 14492373.

HSL color Cylindrical-coordinate representation of color #D522DD: hue angle of 297.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D522DD is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 34 221 -
CMYK 0.04 0.85 0 0.13
HSL 297.43º 0.73% 0.5% -
HSV(B) 297.43º 0.85% 0.87% -
XYZ 41.06 20.51 70.2 -
YUV 108.84 191.3 202.29 -
System Red Green Blue C M Y K H S L
Decimal 213 34 221 0.04 0.85 0 0.13 297.43 0.73 0.5
Hex D5 22 DD 4 55 0 D 129 49 32
Octal 325 42 335 4 125 0 15 451 111 62
Binary 11010101 100010 11011101 100 1010101 0 1101 100101001 1001001 110010

Color Harmonies of #D522DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522DD

Black with #D522DD

Text Example


Text Example

White with #D522DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522DD; }

 p { color: rgb(213,34,221); }

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

background-color css

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

 a { background-color: rgb(213,34,221); }

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

border-color css

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

 span { border-color: rgb(213,34,221); }

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