Html Css Color HEX #D520CD Deep Magenta

📋 copy color: '#D520CD'

red 213 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #D520CD

Tints of Deep Magenta #D520CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 47.33%
G = 7.11%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D520CD (or 0xD520CD) is known color: Deep Magenta. HEX triplet: D5, 20 and CD. RGB value is (213,32,205). Sum of RGB (Red+Green+Blue) = 213+32+205=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D520CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520CD is #2ADF32. Grayscale: #696969. Windows color (decimal): -2809651 or 13443285. OLE color: 13443285.

HSL color Cylindrical-coordinate representation of color #D520CD: hue angle of 302.65º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D520CD is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 205 -
CMYK 0 0.85 0.04 0.16
HSL 302.65º 0.74% 0.48% -
HSV(B) 302.65º 0.85% 0.84% -
XYZ 38.98 19.59 59.48 -
YUV 105.84 183.97 204.43 -
System Red Green Blue C M Y K H S L
Decimal 213 32 205 0 0.85 0.04 0.16 302.65 0.74 0.48
Hex D5 20 CD 0 55 4 10 12F 4A 30
Octal 325 40 315 0 125 4 20 457 112 60
Binary 11010101 100000 11001101 0 1010101 100 10000 100101111 1001010 110000

Color Harmonies of #D520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520CD

Black with #D520CD

Text Example


Text Example

White with #D520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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