Html Css Color HEX #D10B9F Medium Violet Red

📋 copy color: '#D10B9F'

red 209 ◦ green 11 ◦ blue 159

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

Shades of Medium Violet Red #D10B9F

Tints of Medium Violet Red #D10B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 55.15%
G = 2.9%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D10B9F (or 0xD10B9F) is known color: Medium Violet Red. HEX triplet: D1, 0B and 9F. RGB value is (209,11,159). Sum of RGB (Red+Green+Blue) = 209+11+159=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10B9F is #2EF460. Grayscale: #565656. Windows color (decimal): -3077217 or 10423249. OLE color: 10423249.

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

Color convert

RGB 209 11 159 -
CMYK 0 0.95 0.24 0.18
HSL 315.15º 0.9% 0.43% -
HSV(B) 315.15º 0.95% 0.82% -
XYZ 32.67 16.3 34.22 -
YUV 87.07 168.6 214.97 -
System Red Green Blue C M Y K H S L
Decimal 209 11 159 0 0.95 0.24 0.18 315.15 0.9 0.43
Hex D1 B 9F 0 5F 18 12 13B 5A 2B
Octal 321 13 237 0 137 30 22 473 132 53
Binary 11010001 1011 10011111 0 1011111 11000 10010 100111011 1011010 101011

Color Harmonies of #D10B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B9F

Black with #D10B9F

Text Example


Text Example

White with #D10B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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