Html Css Color HEX #D116CC Deep Magenta

📋 copy color: '#D116CC'

red 209 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #D116CC

Tints of Deep Magenta #D116CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 48.05%
G = 5.06%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D116CC (or 0xD116CC) is known color: Deep Magenta. HEX triplet: D1, 16 and CC. RGB value is (209,22,204). Sum of RGB (Red+Green+Blue) = 209+22+204=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D116CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116CC is #2EE933. Grayscale: #626262. Windows color (decimal): -3074356 or 13375185. OLE color: 13375185.

HSL color Cylindrical-coordinate representation of color #D116CC: hue angle of 301.6º 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 #D116CC is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 204 -
CMYK 0 0.89 0.02 0.18
HSL 301.6º 0.81% 0.45% -
HSV(B) 301.6º 0.89% 0.82% -
XYZ 37.48 18.49 58.72 -
YUV 98.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 209 22 204 0 0.89 0.02 0.18 301.6 0.81 0.45
Hex D1 16 CC 0 59 2 12 12E 51 2D
Octal 321 26 314 0 131 2 22 456 121 55
Binary 11010001 10110 11001100 0 1011001 10 10010 100101110 1010001 101101

Color Harmonies of #D116CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116CC

Black with #D116CC

Text Example


Text Example

White with #D116CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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