Html Css Color HEX #D717DE Deep Magenta

📋 copy color: '#D717DE'

red 215 ◦ green 23 ◦ blue 222

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

Shades of Deep Magenta #D717DE

Tints of Deep Magenta #D717DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 46.74%
G = 5%
B = 48.26%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D717DE (or 0xD717DE) is known color: Deep Magenta. HEX triplet: D7, 17 and DE. RGB value is (215,23,222). Sum of RGB (Red+Green+Blue) = 215+23+222=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #D717DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717DE is #28E821. Grayscale: #666666. Windows color (decimal): -2680866 or 14555095. OLE color: 14555095.

HSL color Cylindrical-coordinate representation of color #D717DE: hue angle of 297.89º 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 #D717DE is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 23 222 -
CMYK 0.03 0.90 0 0.13
HSL 297.89º 0.81% 0.48% -
HSV(B) 297.89º 0.9% 0.87% -
XYZ 41.52 20.33 70.84 -
YUV 103.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 215 23 222 0.03 0.90 0 0.13 297.89 0.81 0.48
Hex D7 17 DE 3 5A 0 D 12A 51 30
Octal 327 27 336 3 132 0 15 452 121 60
Binary 11010111 10111 11011110 11 1011010 0 1101 100101010 1010001 110000

Color Harmonies of #D717DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D717DE

Black with #D717DE

Text Example


Text Example

White with #D717DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D717DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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