Html Css Color HEX #D717C3 Deep Magenta

📋 copy color: '#D717C3'

red 215 ◦ green 23 ◦ blue 195

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

Shades of Deep Magenta #D717C3

Tints of Deep Magenta #D717C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.03%

R = 49.65%
G = 5.31%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D717C3 (or 0xD717C3) is known color: Deep Magenta. HEX triplet: D7, 17 and C3. RGB value is (215,23,195). Sum of RGB (Red+Green+Blue) = 215+23+195=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D717C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717C3 is #28E83C. Grayscale: #636363. Windows color (decimal): -2680893 or 12785623. OLE color: 12785623.

HSL color Cylindrical-coordinate representation of color #D717C3: hue angle of 306.25º 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 #D717C3 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 23 195 -
CMYK 0 0.89 0.09 0.16
HSL 306.25º 0.81% 0.47% -
HSV(B) 306.25º 0.89% 0.84% -
XYZ 38.18 19 53.28 -
YUV 100.02 181.61 210.01 -
System Red Green Blue C M Y K H S L
Decimal 215 23 195 0 0.89 0.09 0.16 306.25 0.81 0.47
Hex D7 17 C3 0 59 9 10 132 51 2F
Octal 327 27 303 0 131 11 20 462 121 57
Binary 11010111 10111 11000011 0 1011001 1001 10000 100110010 1010001 101111

Color Harmonies of #D717C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D717C3

Black with #D717C3

Text Example


Text Example

White with #D717C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D717C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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