Html Css Color HEX #D720CD Deep Magenta

📋 copy color: '#D720CD'

red 215 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #D720CD

Tints of Deep Magenta #D720CD

RGB

 RED value IS 215 (84.38% from 255) = 47.57%

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

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

R = 47.57%
G = 7.08%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D720CD (or 0xD720CD) is known color: Deep Magenta. HEX triplet: D7, 20 and CD. RGB value is (215,32,205). Sum of RGB (Red+Green+Blue) = 215+32+205=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D720CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720CD is #28DF32. Grayscale: #696969. Windows color (decimal): -2678579 or 13443287. OLE color: 13443287.

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

Color convert

RGB 215 32 205 -
CMYK 0 0.85 0.05 0.16
HSL 303.28º 0.74% 0.48% -
HSV(B) 303.28º 0.85% 0.84% -
XYZ 39.56 19.89 59.51 -
YUV 106.44 183.63 205.43 -
System Red Green Blue C M Y K H S L
Decimal 215 32 205 0 0.85 0.05 0.16 303.28 0.74 0.48
Hex D7 20 CD 0 55 5 10 12F 4A 30
Octal 327 40 315 0 125 5 20 457 112 60
Binary 11010111 100000 11001101 0 1010101 101 10000 100101111 1001010 110000

Color Harmonies of #D720CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720CD

Black with #D720CD

Text Example


Text Example

White with #D720CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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