Html Css Color HEX #D10189 Medium Violet Red

📋 copy color: '#D10189'

red 209 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #D10189

Tints of Medium Violet Red #D10189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 137 (53.91% from 255) = 39.48%

R = 60.23%
G = 0.29%
B = 39.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D10189 (or 0xD10189) is known color: Medium Violet Red. HEX triplet: D1, 01 and 89. RGB value is (209,1,137). Sum of RGB (Red+Green+Blue) = 209+1+137=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D10189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10189 is #2EFE76. Grayscale: #4E4E4E. Windows color (decimal): -3079799 or 8978897. OLE color: 8978897.

HSL color Cylindrical-coordinate representation of color #D10189: hue angle of 320.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10189 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 137 -
CMYK 0 1.00 0.34 0.18
HSL 320.77º 0.99% 0.41% -
HSV(B) 320.77º 1% 0.82% -
XYZ 30.82 15.38 25.01 -
YUV 78.7 160.91 220.94 -
System Red Green Blue C M Y K H S L
Decimal 209 1 137 0 1.00 0.34 0.18 320.77 0.99 0.41
Hex D1 1 89 0 64 22 12 141 63 29
Octal 321 1 211 0 144 42 22 501 143 51
Binary 11010001 1 10001001 0 1100100 100010 10010 101000001 1100011 101001

Color Harmonies of #D10189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10189

Black with #D10189

Text Example


Text Example

White with #D10189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10189; }

 p { color: rgb(209,1,137); }

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

background-color css

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

 a { background-color: rgb(209,1,137); }

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

border-color css

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

 span { border-color: rgb(209,1,137); }

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