Html Css Color HEX #D717B9 Deep Magenta

📋 copy color: '#D717B9'

red 215 ◦ green 23 ◦ blue 185

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

Shades of Deep Magenta #D717B9

Tints of Deep Magenta #D717B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 50.83%
G = 5.44%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D717B9 (or 0xD717B9) is known color: Deep Magenta. HEX triplet: D7, 17 and B9. RGB value is (215,23,185). Sum of RGB (Red+Green+Blue) = 215+23+185=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D717B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717B9 is #28E846. Grayscale: #626262. Windows color (decimal): -2680903 or 12130263. OLE color: 12130263.

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

Color convert

RGB 215 23 185 -
CMYK 0 0.89 0.14 0.16
HSL 309.38º 0.81% 0.47% -
HSV(B) 309.38º 0.89% 0.84% -
XYZ 37.09 18.56 47.53 -
YUV 98.88 176.61 210.83 -
System Red Green Blue C M Y K H S L
Decimal 215 23 185 0 0.89 0.14 0.16 309.38 0.81 0.47
Hex D7 17 B9 0 59 E 10 135 51 2F
Octal 327 27 271 0 131 16 20 465 121 57
Binary 11010111 10111 10111001 0 1011001 1110 10000 100110101 1010001 101111

Color Harmonies of #D717B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D717B9

Black with #D717B9

Text Example


Text Example

White with #D717B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D717B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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