Html Css Color HEX #D917DD Deep Magenta

📋 copy color: '#D917DD'

red 217 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #D917DD

Tints of Deep Magenta #D917DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 47.07%
G = 4.99%
B = 47.94%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D917DD (or 0xD917DD) is known color: Deep Magenta. HEX triplet: D9, 17 and DD. RGB value is (217,23,221). Sum of RGB (Red+Green+Blue) = 217+23+221=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #D917DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917DD is #26E822. Grayscale: #666666. Windows color (decimal): -2549795 or 14489561. OLE color: 14489561.

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

Color convert

RGB 217 23 221 -
CMYK 0.02 0.90 0 0.13
HSL 298.79º 0.81% 0.48% -
HSV(B) 298.79º 0.9% 0.87% -
XYZ 41.97 20.58 70.17 -
YUV 103.58 194.27 208.9 -
System Red Green Blue C M Y K H S L
Decimal 217 23 221 0.02 0.90 0 0.13 298.79 0.81 0.48
Hex D9 17 DD 2 5A 0 D 12B 51 30
Octal 331 27 335 2 132 0 15 453 121 60
Binary 11011001 10111 11011101 10 1011010 0 1101 100101011 1010001 110000

Color Harmonies of #D917DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917DD

Black with #D917DD

Text Example


Text Example

White with #D917DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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