Html Css Color HEX #D720DF Deep Magenta

📋 copy color: '#D720DF'

red 215 ◦ green 32 ◦ blue 223

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

Shades of Deep Magenta #D720DF

Tints of Deep Magenta #D720DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 45.74%
G = 6.81%
B = 47.45%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D720DF (or 0xD720DF) is known color: Deep Magenta. HEX triplet: D7, 20 and DF. RGB value is (215,32,223). Sum of RGB (Red+Green+Blue) = 215+32+223=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #D720DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720DF is #28DF20. Grayscale: #6B6B6B. Windows color (decimal): -2678561 or 14622935. OLE color: 14622935.

HSL color Cylindrical-coordinate representation of color #D720DF: hue angle of 297.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D720DF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 32 223 -
CMYK 0.04 0.86 0 0.13
HSL 297.49º 0.75% 0.5% -
HSV(B) 297.49º 0.86% 0.87% -
XYZ 41.86 20.81 71.62 -
YUV 108.49 192.63 203.97 -
System Red Green Blue C M Y K H S L
Decimal 215 32 223 0.04 0.86 0 0.13 297.49 0.75 0.5
Hex D7 20 DF 4 56 0 D 129 4B 32
Octal 327 40 337 4 126 0 15 451 113 62
Binary 11010111 100000 11011111 100 1010110 0 1101 100101001 1001011 110010

Color Harmonies of #D720DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720DF

Black with #D720DF

Text Example


Text Example

White with #D720DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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