Html Css Color HEX #D521DD Deep Magenta

📋 copy color: '#D521DD'

red 213 ◦ green 33 ◦ blue 221

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

Shades of Deep Magenta #D521DD

Tints of Deep Magenta #D521DD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.07%

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

R = 45.61%
G = 7.07%
B = 47.32%

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

#D521DD (or 0xD521DD) is known color: Deep Magenta. HEX triplet: D5, 21 and DD. RGB value is (213,33,221). Sum of RGB (Red+Green+Blue) = 213+33+221=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #D521DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521DD is #2ADE22. Grayscale: #6B6B6B. Windows color (decimal): -2809379 or 14492117. OLE color: 14492117.

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

Color convert

RGB 213 33 221 -
CMYK 0.04 0.85 0 0.13
HSL 297.45º 0.74% 0.5% -
HSV(B) 297.45º 0.85% 0.87% -
XYZ 41.04 20.45 70.19 -
YUV 108.25 191.63 202.71 -
System Red Green Blue C M Y K H S L
Decimal 213 33 221 0.04 0.85 0 0.13 297.45 0.74 0.5
Hex D5 21 DD 4 55 0 D 129 4A 32
Octal 325 41 335 4 125 0 15 451 112 62
Binary 11010101 100001 11011101 100 1010101 0 1101 100101001 1001010 110010

Color Harmonies of #D521DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521DD

Black with #D521DD

Text Example


Text Example

White with #D521DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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