Html Css Color HEX #D522E0 Deep Magenta

📋 copy color: '#D522E0'

red 213 ◦ green 34 ◦ blue 224

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

Shades of Deep Magenta #D522E0

Tints of Deep Magenta #D522E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 45.22%
G = 7.22%
B = 47.56%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D522E0 (or 0xD522E0) is known color: Deep Magenta. HEX triplet: D5, 22 and E0. RGB value is (213,34,224). Sum of RGB (Red+Green+Blue) = 213+34+224=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #D522E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522E0 is #2ADD1F. Grayscale: #6C6C6C. Windows color (decimal): -2809120 or 14688981. OLE color: 14688981.

HSL color Cylindrical-coordinate representation of color #D522E0: hue angle of 296.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D522E0 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 34 224 -
CMYK 0.05 0.85 0 0.12
HSL 296.53º 0.75% 0.51% -
HSV(B) 296.53º 0.85% 0.88% -
XYZ 41.47 20.67 72.33 -
YUV 109.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 213 34 224 0.05 0.85 0 0.12 296.53 0.75 0.51
Hex D5 22 E0 5 55 0 C 129 4B 33
Octal 325 42 340 5 125 0 14 451 113 63
Binary 11010101 100010 11100000 101 1010101 0 1100 100101001 1001011 110011

Color Harmonies of #D522E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522E0

Black with #D522E0

Text Example


Text Example

White with #D522E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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