Html Css Color HEX #D116A2 Medium Violet Red

📋 copy color: '#D116A2'

red 209 ◦ green 22 ◦ blue 162

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

Shades of Medium Violet Red #D116A2

Tints of Medium Violet Red #D116A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.22%

R = 53.18%
G = 5.6%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D116A2 (or 0xD116A2) is known color: Medium Violet Red. HEX triplet: D1, 16 and A2. RGB value is (209,22,162). Sum of RGB (Red+Green+Blue) = 209+22+162=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D116A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D116A2 is #2EE95D. Grayscale: #5D5D5D. Windows color (decimal): -3074398 or 10622673. OLE color: 10622673.

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

Color convert

RGB 209 22 162 -
CMYK 0 0.89 0.22 0.18
HSL 315.08º 0.81% 0.45% -
HSV(B) 315.08º 0.89% 0.82% -
XYZ 33.1 16.74 35.67 -
YUV 93.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 209 22 162 0 0.89 0.22 0.18 315.08 0.81 0.45
Hex D1 16 A2 0 59 16 12 13B 51 2D
Octal 321 26 242 0 131 26 22 473 121 55
Binary 11010001 10110 10100010 0 1011001 10110 10010 100111011 1010001 101101

Color Harmonies of #D116A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116A2

Black with #D116A2

Text Example


Text Example

White with #D116A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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