Html Css Color HEX #D116D8 Deep Magenta

📋 copy color: '#D116D8'

red 209 ◦ green 22 ◦ blue 216

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

Shades of Deep Magenta #D116D8

Tints of Deep Magenta #D116D8

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

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

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 46.76%
G = 4.92%
B = 48.32%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D116D8 (or 0xD116D8) is known color: Deep Magenta. HEX triplet: D1, 16 and D8. RGB value is (209,22,216). Sum of RGB (Red+Green+Blue) = 209+22+216=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #D116D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116D8 is #2EE927. Grayscale: #636363. Windows color (decimal): -3074344 or 14161617. OLE color: 14161617.

HSL color Cylindrical-coordinate representation of color #D116D8: hue angle of 297.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D116D8 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 22 216 -
CMYK 0.03 0.90 0 0.15
HSL 297.84º 0.82% 0.47% -
HSV(B) 297.84º 0.9% 0.85% -
XYZ 38.98 19.09 66.6 -
YUV 100.03 193.45 205.73 -
System Red Green Blue C M Y K H S L
Decimal 209 22 216 0.03 0.90 0 0.15 297.84 0.82 0.47
Hex D1 16 D8 3 5A 0 F 12A 52 2F
Octal 321 26 330 3 132 0 17 452 122 57
Binary 11010001 10110 11011000 11 1011010 0 1111 100101010 1010010 101111

Color Harmonies of #D116D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116D8

Black with #D116D8

Text Example


Text Example

White with #D116D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116D8; }

 p { color: rgb(209,22,216); }

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

background-color css

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

 a { background-color: rgb(209,22,216); }

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

border-color css

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

 span { border-color: rgb(209,22,216); }

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