Html Css Color HEX #D917DF Deep Magenta

📋 copy color: '#D917DF'

red 217 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #D917DF

Tints of Deep Magenta #D917DF

RGB

 RED value IS 217 (85.16% from 255) = 46.87%

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

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

R = 46.87%
G = 4.97%
B = 48.16%

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

#D917DF (or 0xD917DF) is known color: Deep Magenta. HEX triplet: D9, 17 and DF. RGB value is (217,23,223). Sum of RGB (Red+Green+Blue) = 217+23+223=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #D917DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917DF is #26E820. Grayscale: #676767. Windows color (decimal): -2549793 or 14620633. OLE color: 14620633.

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

Color convert

RGB 217 23 223 -
CMYK 0.03 0.90 0 0.13
HSL 298.2º 0.81% 0.48% -
HSV(B) 298.2º 0.9% 0.87% -
XYZ 42.24 20.69 71.58 -
YUV 103.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 217 23 223 0.03 0.90 0 0.13 298.2 0.81 0.48
Hex D9 17 DF 3 5A 0 D 12A 51 30
Octal 331 27 337 3 132 0 15 452 121 60
Binary 11011001 10111 11011111 11 1011010 0 1101 100101010 1010001 110000

Color Harmonies of #D917DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917DF

Black with #D917DF

Text Example


Text Example

White with #D917DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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