Html Css Color HEX #D520DB Deep Magenta

📋 copy color: '#D520DB'

red 213 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #D520DB

Tints of Deep Magenta #D520DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 45.91%
G = 6.9%
B = 47.2%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D520DB (or 0xD520DB) is known color: Deep Magenta. HEX triplet: D5, 20 and DB. RGB value is (213,32,219). Sum of RGB (Red+Green+Blue) = 213+32+219=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #D520DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520DB is #2ADF24. Grayscale: #6A6A6A. Windows color (decimal): -2809637 or 14360789. OLE color: 14360789.

HSL color Cylindrical-coordinate representation of color #D520DB: hue angle of 298.07º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D520DB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 32 219 -
CMYK 0.03 0.85 0 0.14
HSL 298.07º 0.75% 0.49% -
HSV(B) 298.07º 0.85% 0.86% -
XYZ 40.74 20.29 68.79 -
YUV 107.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 213 32 219 0.03 0.85 0 0.14 298.07 0.75 0.49
Hex D5 20 DB 3 55 0 E 12A 4B 31
Octal 325 40 333 3 125 0 16 452 113 61
Binary 11010101 100000 11011011 11 1010101 0 1110 100101010 1001011 110001

Color Harmonies of #D520DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520DB

Black with #D520DB

Text Example


Text Example

White with #D520DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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