Html Css Color HEX #D10081 Medium Violet Red

📋 copy color: '#D10081'

red 209 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #D10081

Tints of Medium Violet Red #D10081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 61.83%
G = 0%
B = 38.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D10081 (or 0xD10081) is known color: Medium Violet Red. HEX triplet: D1, 00 and 81. RGB value is (209,0,129). Sum of RGB (Red+Green+Blue) = 209+0+129=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D10081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10081 is #2EFF7E. Grayscale: #4C4C4C. Windows color (decimal): -3080063 or 8454353. OLE color: 8454353.

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

Color convert

RGB 209 0 129 -
CMYK 0 1 0.38 0.18
HSL 322.97º 1% 0.41% -
HSV(B) 322.97º 1% 0.82% -
XYZ 30.26 15.14 22.1 -
YUV 77.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 209 0 129 0 1 0.38 0.18 322.97 1 0.41
Hex D1 0 81 0 64 26 12 143 64 29
Octal 321 0 201 0 144 46 22 503 144 51
Binary 11010001 0 10000001 0 1100100 100110 10010 101000011 1100100 101001

Color Harmonies of #D10081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10081

Black with #D10081

Text Example


Text Example

White with #D10081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10081; }

 p { color: rgb(209,0,129); }

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

background-color css

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

 a { background-color: rgb(209,0,129); }

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

border-color css

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

 span { border-color: rgb(209,0,129); }

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