Html Css Color HEX #D717DC Deep Magenta

📋 copy color: '#D717DC'

red 215 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #D717DC

Tints of Deep Magenta #D717DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.02%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 46.94%
G = 5.02%
B = 48.03%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D717DC (or 0xD717DC) is known color: Deep Magenta. HEX triplet: D7, 17 and DC. RGB value is (215,23,220). Sum of RGB (Red+Green+Blue) = 215+23+220=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #D717DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717DC is #28E823. Grayscale: #666666. Windows color (decimal): -2680868 or 14424023. OLE color: 14424023.

HSL color Cylindrical-coordinate representation of color #D717DC: hue angle of 298.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D717DC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 23 220 -
CMYK 0.02 0.90 0 0.14
HSL 298.48º 0.81% 0.48% -
HSV(B) 298.48º 0.9% 0.86% -
XYZ 41.25 20.23 69.44 -
YUV 102.87 194.11 207.98 -
System Red Green Blue C M Y K H S L
Decimal 215 23 220 0.02 0.90 0 0.14 298.48 0.81 0.48
Hex D7 17 DC 2 5A 0 E 12A 51 30
Octal 327 27 334 2 132 0 16 452 121 60
Binary 11010111 10111 11011100 10 1011010 0 1110 100101010 1010001 110000

Color Harmonies of #D717DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D717DC

Black with #D717DC

Text Example


Text Example

White with #D717DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D717DC; }

 p { color: rgb(215,23,220); }

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

background-color css

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

 a { background-color: rgb(215,23,220); }

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

border-color css

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

 span { border-color: rgb(215,23,220); }

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