Html Css Color HEX #D717DF Deep Magenta

📋 copy color: '#D717DF'

red 215 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #D717DF

Tints of Deep Magenta #D717DF

RGB

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

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

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

R = 46.64%
G = 4.99%
B = 48.37%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D717DF (or 0xD717DF) is known color: Deep Magenta. HEX triplet: D7, 17 and DF. RGB value is (215,23,223). Sum of RGB (Red+Green+Blue) = 215+23+223=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #D717DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717DF is #28E820. Grayscale: #666666. Windows color (decimal): -2680865 or 14620631. OLE color: 14620631.

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

Color convert

RGB 215 23 223 -
CMYK 0.04 0.90 0 0.13
HSL 297.6º 0.81% 0.48% -
HSV(B) 297.6º 0.9% 0.87% -
XYZ 41.65 20.39 71.55 -
YUV 103.21 195.61 207.74 -
System Red Green Blue C M Y K H S L
Decimal 215 23 223 0.04 0.90 0 0.13 297.6 0.81 0.48
Hex D7 17 DF 4 5A 0 D 12A 51 30
Octal 327 27 337 4 132 0 15 452 121 60
Binary 11010111 10111 11011111 100 1011010 0 1101 100101010 1010001 110000

Color Harmonies of #D717DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D717DF

Black with #D717DF

Text Example


Text Example

White with #D717DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D717DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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