Html Css Color HEX #D116DA Deep Magenta

📋 copy color: '#D116DA'

red 209 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #D116DA

Tints of Deep Magenta #D116DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 46.55%
G = 4.9%
B = 48.55%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D116DA (or 0xD116DA) is known color: Deep Magenta. HEX triplet: D1, 16 and DA. RGB value is (209,22,218). Sum of RGB (Red+Green+Blue) = 209+22+218=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #D116DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116DA is #2EE925. Grayscale: #636363. Windows color (decimal): -3074342 or 14292689. OLE color: 14292689.

HSL color Cylindrical-coordinate representation of color #D116DA: hue angle of 297.24º 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 #D116DA is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 22 218 -
CMYK 0.04 0.90 0 0.15
HSL 297.24º 0.82% 0.47% -
HSV(B) 297.24º 0.9% 0.85% -
XYZ 39.24 19.19 67.97 -
YUV 100.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 209 22 218 0.04 0.90 0 0.15 297.24 0.82 0.47
Hex D1 16 DA 4 5A 0 F 129 52 2F
Octal 321 26 332 4 132 0 17 451 122 57
Binary 11010001 10110 11011010 100 1011010 0 1111 100101001 1010010 101111

Color Harmonies of #D116DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116DA

Black with #D116DA

Text Example


Text Example

White with #D116DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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