Html Css Color HEX #D720CA Deep Magenta

📋 copy color: '#D720CA'

red 215 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #D720CA

Tints of Deep Magenta #D720CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 47.88%
G = 7.13%
B = 44.99%

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

#D720CA (or 0xD720CA) is known color: Deep Magenta. HEX triplet: D7, 20 and CA. RGB value is (215,32,202). Sum of RGB (Red+Green+Blue) = 215+32+202=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D720CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720CA is #28DF35. Grayscale: #696969. Windows color (decimal): -2678582 or 13246679. OLE color: 13246679.

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

Color convert

RGB 215 32 202 -
CMYK 0 0.85 0.06 0.16
HSL 304.26º 0.74% 0.48% -
HSV(B) 304.26º 0.85% 0.84% -
XYZ 39.2 19.74 57.62 -
YUV 106.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 215 32 202 0 0.85 0.06 0.16 304.26 0.74 0.48
Hex D7 20 CA 0 55 6 10 130 4A 30
Octal 327 40 312 0 125 6 20 460 112 60
Binary 11010111 100000 11001010 0 1010101 110 10000 100110000 1001010 110000

Color Harmonies of #D720CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720CA

Black with #D720CA

Text Example


Text Example

White with #D720CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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