Html Css Color HEX #D520DE Deep Magenta

📋 copy color: '#D520DE'

red 213 ◦ green 32 ◦ blue 222

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

Shades of Deep Magenta #D520DE

Tints of Deep Magenta #D520DE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.85%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 45.61%
G = 6.85%
B = 47.54%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D520DE (or 0xD520DE) is known color: Deep Magenta. HEX triplet: D5, 20 and DE. RGB value is (213,32,222). Sum of RGB (Red+Green+Blue) = 213+32+222=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #D520DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520DE is #2ADF21. Grayscale: #6B6B6B. Windows color (decimal): -2809634 or 14557397. OLE color: 14557397.

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

Color convert

RGB 213 32 222 -
CMYK 0.04 0.86 0 0.13
HSL 297.16º 0.75% 0.5% -
HSV(B) 297.16º 0.86% 0.87% -
XYZ 41.14 20.45 70.89 -
YUV 107.78 192.47 203.05 -
System Red Green Blue C M Y K H S L
Decimal 213 32 222 0.04 0.86 0 0.13 297.16 0.75 0.5
Hex D5 20 DE 4 56 0 D 129 4B 32
Octal 325 40 336 4 126 0 15 451 113 62
Binary 11010101 100000 11011110 100 1010110 0 1101 100101001 1001011 110010

Color Harmonies of #D520DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520DE

Black with #D520DE

Text Example


Text Example

White with #D520DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520DE; }

 p { color: rgb(213,32,222); }

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

background-color css

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

 a { background-color: rgb(213,32,222); }

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

border-color css

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

 span { border-color: rgb(213,32,222); }

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