Html Css Color HEX #D106A1 Medium Violet Red

📋 copy color: '#D106A1'

red 209 ◦ green 6 ◦ blue 161

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

Shades of Medium Violet Red #D106A1

Tints of Medium Violet Red #D106A1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 161 (63.28% from 255) = 42.82%

R = 55.59%
G = 1.6%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D106A1 (or 0xD106A1) is known color: Medium Violet Red. HEX triplet: D1, 06 and A1. RGB value is (209,6,161). Sum of RGB (Red+Green+Blue) = 209+6+161=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D106A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D106A1 is #2EF95E. Grayscale: #535353. Windows color (decimal): -3078495 or 10553041. OLE color: 10553041.

HSL color Cylindrical-coordinate representation of color #D106A1: hue angle of 314.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D106A1 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 161 -
CMYK 0 0.97 0.23 0.18
HSL 314.19º 0.94% 0.42% -
HSV(B) 314.19º 0.97% 0.82% -
XYZ 32.79 16.26 35.13 -
YUV 84.37 171.25 216.9 -
System Red Green Blue C M Y K H S L
Decimal 209 6 161 0 0.97 0.23 0.18 314.19 0.94 0.42
Hex D1 6 A1 0 61 17 12 13A 5E 2A
Octal 321 6 241 0 141 27 22 472 136 52
Binary 11010001 110 10100001 0 1100001 10111 10010 100111010 1011110 101010

Color Harmonies of #D106A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D106A1

Black with #D106A1

Text Example


Text Example

White with #D106A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D106A1; }

 p { color: rgb(209,6,161); }

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

background-color css

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

 a { background-color: rgb(209,6,161); }

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

border-color css

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

 span { border-color: rgb(209,6,161); }

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