Html Css Color HEX #D116CE Deep Magenta

📋 copy color: '#D116CE'

red 209 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #D116CE

Tints of Deep Magenta #D116CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 47.83%
G = 5.03%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D116CE (or 0xD116CE) is known color: Deep Magenta. HEX triplet: D1, 16 and CE. RGB value is (209,22,206). Sum of RGB (Red+Green+Blue) = 209+22+206=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D116CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116CE is #2EE931. Grayscale: #626262. Windows color (decimal): -3074354 or 13506257. OLE color: 13506257.

HSL color Cylindrical-coordinate representation of color #D116CE: hue angle of 300.96º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D116CE is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 206 -
CMYK 0 0.89 0.01 0.18
HSL 300.96º 0.81% 0.45% -
HSV(B) 300.96º 0.89% 0.82% -
XYZ 37.72 18.59 59.99 -
YUV 98.89 188.45 206.54 -
System Red Green Blue C M Y K H S L
Decimal 209 22 206 0 0.89 0.01 0.18 300.96 0.81 0.45
Hex D1 16 CE 0 59 1 12 12D 51 2D
Octal 321 26 316 0 131 1 22 455 121 55
Binary 11010001 10110 11001110 0 1011001 1 10010 100101101 1010001 101101

Color Harmonies of #D116CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116CE

Black with #D116CE

Text Example


Text Example

White with #D116CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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