Html Css Color HEX #D717CC Deep Magenta

📋 copy color: '#D717CC'

red 215 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #D717CC

Tints of Deep Magenta #D717CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 48.64%
G = 5.2%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D717CC (or 0xD717CC) is known color: Deep Magenta. HEX triplet: D7, 17 and CC. RGB value is (215,23,204). Sum of RGB (Red+Green+Blue) = 215+23+204=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D717CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717CC is #28E833. Grayscale: #646464. Windows color (decimal): -2680884 or 13375447. OLE color: 13375447.

HSL color Cylindrical-coordinate representation of color #D717CC: hue angle of 303.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D717CC is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 23 204 -
CMYK 0 0.89 0.05 0.16
HSL 303.44º 0.81% 0.47% -
HSV(B) 303.44º 0.89% 0.84% -
XYZ 39.23 19.42 58.81 -
YUV 101.04 186.11 209.28 -
System Red Green Blue C M Y K H S L
Decimal 215 23 204 0 0.89 0.05 0.16 303.44 0.81 0.47
Hex D7 17 CC 0 59 5 10 12F 51 2F
Octal 327 27 314 0 131 5 20 457 121 57
Binary 11010111 10111 11001100 0 1011001 101 10000 100101111 1010001 101111

Color Harmonies of #D717CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D717CC

Black with #D717CC

Text Example


Text Example

White with #D717CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D717CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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