Html Css Color HEX #D916DE Deep Magenta

📋 copy color: '#D916DE'

red 217 ◦ green 22 ◦ blue 222

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

Shades of Deep Magenta #D916DE

Tints of Deep Magenta #D916DE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.77%

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 47.07%
G = 4.77%
B = 48.16%

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

#D916DE (or 0xD916DE) is known color: Deep Magenta. HEX triplet: D9, 16 and DE. RGB value is (217,22,222). Sum of RGB (Red+Green+Blue) = 217+22+222=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #D916DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916DE is #26E921. Grayscale: #666666. Windows color (decimal): -2550050 or 14554841. OLE color: 14554841.

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

Color convert

RGB 217 22 222 -
CMYK 0.02 0.90 0 0.13
HSL 298.5º 0.82% 0.48% -
HSV(B) 298.5º 0.9% 0.87% -
XYZ 42.09 20.6 70.87 -
YUV 103.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 217 22 222 0.02 0.90 0 0.13 298.5 0.82 0.48
Hex D9 16 DE 2 5A 0 D 12A 52 30
Octal 331 26 336 2 132 0 15 452 122 60
Binary 11011001 10110 11011110 10 1011010 0 1101 100101010 1010010 110000

Color Harmonies of #D916DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916DE

Black with #D916DE

Text Example


Text Example

White with #D916DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916DE; }

 p { color: rgb(217,22,222); }

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

background-color css

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

 a { background-color: rgb(217,22,222); }

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

border-color css

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

 span { border-color: rgb(217,22,222); }

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