Html Css Color HEX #D916E4 Deep Magenta

📋 copy color: '#D916E4'

red 217 ◦ green 22 ◦ blue 228

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

Shades of Deep Magenta #D916E4

Tints of Deep Magenta #D916E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.82%

R = 46.47%
G = 4.71%
B = 48.82%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D916E4 (or 0xD916E4) is known color: Deep Magenta. HEX triplet: D9, 16 and E4. RGB value is (217,22,228). Sum of RGB (Red+Green+Blue) = 217+22+228=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #D916E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916E4 is #26E91B. Grayscale: #676767. Windows color (decimal): -2550044 or 14948057. OLE color: 14948057.

HSL color Cylindrical-coordinate representation of color #D916E4: hue angle of 296.8º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916E4 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 22 228 -
CMYK 0.05 0.90 0 0.11
HSL 296.8º 0.82% 0.49% -
HSV(B) 296.8º 0.9% 0.89% -
XYZ 42.91 20.93 75.18 -
YUV 103.79 198.1 208.75 -
System Red Green Blue C M Y K H S L
Decimal 217 22 228 0.05 0.90 0 0.11 296.8 0.82 0.49
Hex D9 16 E4 5 5A 0 B 129 52 31
Octal 331 26 344 5 132 0 13 451 122 61
Binary 11011001 10110 11100100 101 1011010 0 1011 100101001 1010010 110001

Color Harmonies of #D916E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916E4

Black with #D916E4

Text Example


Text Example

White with #D916E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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