Html Css Color HEX #D10B76 Medium Violet Red

📋 copy color: '#D10B76'

red 209 ◦ green 11 ◦ blue 118

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

Shades of Medium Violet Red #D10B76

Tints of Medium Violet Red #D10B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 61.83%
G = 3.25%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D10B76 (or 0xD10B76) is known color: Medium Violet Red. HEX triplet: D1, 0B and 76. RGB value is (209,11,118). Sum of RGB (Red+Green+Blue) = 209+11+118=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10B76 is #2EF489. Grayscale: #525252. Windows color (decimal): -3077258 or 7736273. OLE color: 7736273.

HSL color Cylindrical-coordinate representation of color #D10B76: hue angle of 327.58º 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 #D10B76 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 11 118 -
CMYK 0 0.95 0.44 0.18
HSL 327.58º 0.9% 0.43% -
HSV(B) 327.58º 0.95% 0.82% -
XYZ 29.68 15.1 18.49 -
YUV 82.4 148.1 218.3 -
System Red Green Blue C M Y K H S L
Decimal 209 11 118 0 0.95 0.44 0.18 327.58 0.9 0.43
Hex D1 B 76 0 5F 2C 12 148 5A 2B
Octal 321 13 166 0 137 54 22 510 132 53
Binary 11010001 1011 1110110 0 1011111 101100 10010 101001000 1011010 101011

Color Harmonies of #D10B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B76

Black with #D10B76

Text Example


Text Example

White with #D10B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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