Html Css Color HEX #D520C8 Deep Magenta

📋 copy color: '#D520C8'

red 213 ◦ green 32 ◦ blue 200

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

Shades of Deep Magenta #D520C8

Tints of Deep Magenta #D520C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 47.87%
G = 7.19%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D520C8 (or 0xD520C8) is known color: Deep Magenta. HEX triplet: D5, 20 and C8. RGB value is (213,32,200). Sum of RGB (Red+Green+Blue) = 213+32+200=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D520C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520C8 is #2ADF37. Grayscale: #686868. Windows color (decimal): -2809656 or 13115605. OLE color: 13115605.

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

Color convert

RGB 213 32 200 -
CMYK 0 0.85 0.06 0.16
HSL 304.31º 0.74% 0.48% -
HSV(B) 304.31º 0.85% 0.84% -
XYZ 38.38 19.35 56.36 -
YUV 105.27 181.47 204.84 -
System Red Green Blue C M Y K H S L
Decimal 213 32 200 0 0.85 0.06 0.16 304.31 0.74 0.48
Hex D5 20 C8 0 55 6 10 130 4A 30
Octal 325 40 310 0 125 6 20 460 112 60
Binary 11010101 100000 11001000 0 1010101 110 10000 100110000 1001010 110000

Color Harmonies of #D520C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520C8

Black with #D520C8

Text Example


Text Example

White with #D520C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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