Html Css Color HEX #D10980 Medium Violet Red

📋 copy color: '#D10980'

red 209 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #D10980

Tints of Medium Violet Red #D10980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 60.4%
G = 2.6%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D10980 (or 0xD10980) is known color: Medium Violet Red. HEX triplet: D1, 09 and 80. RGB value is (209,9,128). Sum of RGB (Red+Green+Blue) = 209+9+128=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D10980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10980 is #2EF67F. Grayscale: #525252. Windows color (decimal): -3077760 or 8391121. OLE color: 8391121.

HSL color Cylindrical-coordinate representation of color #D10980: hue angle of 324.3º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10980 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 9 128 -
CMYK 0 0.96 0.39 0.18
HSL 324.3º 0.92% 0.43% -
HSV(B) 324.3º 0.96% 0.82% -
XYZ 30.29 15.31 21.78 -
YUV 82.37 153.76 218.32 -
System Red Green Blue C M Y K H S L
Decimal 209 9 128 0 0.96 0.39 0.18 324.3 0.92 0.43
Hex D1 9 80 0 60 27 12 144 5C 2B
Octal 321 11 200 0 140 47 22 504 134 53
Binary 11010001 1001 10000000 0 1100000 100111 10010 101000100 1011100 101011

Color Harmonies of #D10980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10980

Black with #D10980

Text Example


Text Example

White with #D10980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10980; }

 p { color: rgb(209,9,128); }

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

background-color css

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

 a { background-color: rgb(209,9,128); }

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

border-color css

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

 span { border-color: rgb(209,9,128); }

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