Html Css Color HEX #D521DE Deep Magenta

📋 copy color: '#D521DE'

red 213 ◦ green 33 ◦ blue 222

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

Shades of Deep Magenta #D521DE

Tints of Deep Magenta #D521DE

RGB

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

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

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

R = 45.51%
G = 7.05%
B = 47.44%

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

#D521DE (or 0xD521DE) is known color: Deep Magenta. HEX triplet: D5, 21 and DE. RGB value is (213,33,222). Sum of RGB (Red+Green+Blue) = 213+33+222=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #D521DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521DE is #2ADE21. Grayscale: #6B6B6B. Windows color (decimal): -2809378 or 14557653. OLE color: 14557653.

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

Color convert

RGB 213 33 222 -
CMYK 0.04 0.85 0 0.13
HSL 297.14º 0.74% 0.5% -
HSV(B) 297.14º 0.85% 0.87% -
XYZ 41.17 20.51 70.9 -
YUV 108.37 192.13 202.63 -
System Red Green Blue C M Y K H S L
Decimal 213 33 222 0.04 0.85 0 0.13 297.14 0.74 0.5
Hex D5 21 DE 4 55 0 D 129 4A 32
Octal 325 41 336 4 125 0 15 451 112 62
Binary 11010101 100001 11011110 100 1010101 0 1101 100101001 1001010 110010

Color Harmonies of #D521DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521DE

Black with #D521DE

Text Example


Text Example

White with #D521DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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