Html Css Color HEX #D916E1 Deep Magenta

📋 copy color: '#D916E1'

red 217 ◦ green 22 ◦ blue 225

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

Shades of Deep Magenta #D916E1

Tints of Deep Magenta #D916E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 46.77%
G = 4.74%
B = 48.49%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D916E1 (or 0xD916E1) is known color: Deep Magenta. HEX triplet: D9, 16 and E1. RGB value is (217,22,225). Sum of RGB (Red+Green+Blue) = 217+22+225=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #D916E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916E1 is #26E91E. Grayscale: #666666. Windows color (decimal): -2550047 or 14751449. OLE color: 14751449.

HSL color Cylindrical-coordinate representation of color #D916E1: hue angle of 297.64º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916E1 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 22 225 -
CMYK 0.04 0.90 0 0.12
HSL 297.64º 0.82% 0.48% -
HSV(B) 297.64º 0.9% 0.88% -
XYZ 42.49 20.76 73 -
YUV 103.45 196.6 208.99 -
System Red Green Blue C M Y K H S L
Decimal 217 22 225 0.04 0.90 0 0.12 297.64 0.82 0.48
Hex D9 16 E1 4 5A 0 C 12A 52 30
Octal 331 26 341 4 132 0 14 452 122 60
Binary 11011001 10110 11100001 100 1011010 0 1100 100101010 1010010 110000

Color Harmonies of #D916E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916E1

Black with #D916E1

Text Example


Text Example

White with #D916E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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