Html Css Color HEX #D10B80 Medium Violet Red

📋 copy color: '#D10B80'

red 209 ◦ green 11 ◦ blue 128

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

Shades of Medium Violet Red #D10B80

Tints of Medium Violet Red #D10B80

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.16%

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

R = 60.06%
G = 3.16%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D10B80 (or 0xD10B80) is known color: Medium Violet Red. HEX triplet: D1, 0B and 80. RGB value is (209,11,128). Sum of RGB (Red+Green+Blue) = 209+11+128=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10B80 is #2EF47F. Grayscale: #535353. Windows color (decimal): -3077248 or 8391633. OLE color: 8391633.

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

Color convert

RGB 209 11 128 -
CMYK 0 0.95 0.39 0.18
HSL 324.55º 0.9% 0.43% -
HSV(B) 324.55º 0.95% 0.82% -
XYZ 30.31 15.35 21.79 -
YUV 83.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 209 11 128 0 0.95 0.39 0.18 324.55 0.9 0.43
Hex D1 B 80 0 5F 27 12 145 5A 2B
Octal 321 13 200 0 137 47 22 505 132 53
Binary 11010001 1011 10000000 0 1011111 100111 10010 101000101 1011010 101011

Color Harmonies of #D10B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B80

Black with #D10B80

Text Example


Text Example

White with #D10B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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