Html Css Color HEX #D520DD Deep Magenta

📋 copy color: '#D520DD'

red 213 ◦ green 32 ◦ blue 221

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

Shades of Deep Magenta #D520DD

Tints of Deep Magenta #D520DD

RGB

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

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

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

R = 45.71%
G = 6.87%
B = 47.42%

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

#D520DD (or 0xD520DD) is known color: Deep Magenta. HEX triplet: D5, 20 and DD. RGB value is (213,32,221). Sum of RGB (Red+Green+Blue) = 213+32+221=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #D520DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520DD is #2ADF22. Grayscale: #6B6B6B. Windows color (decimal): -2809635 or 14491861. OLE color: 14491861.

HSL color Cylindrical-coordinate representation of color #D520DD: hue angle of 297.46º 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 #D520DD is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 32 221 -
CMYK 0.04 0.86 0 0.13
HSL 297.46º 0.75% 0.5% -
HSV(B) 297.46º 0.86% 0.87% -
XYZ 41.01 20.4 70.18 -
YUV 107.67 191.97 203.13 -
System Red Green Blue C M Y K H S L
Decimal 213 32 221 0.04 0.86 0 0.13 297.46 0.75 0.5
Hex D5 20 DD 4 56 0 D 129 4B 32
Octal 325 40 335 4 126 0 15 451 113 62
Binary 11010101 100000 11011101 100 1010110 0 1101 100101001 1001011 110010

Color Harmonies of #D520DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520DD

Black with #D520DD

Text Example


Text Example

White with #D520DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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