Html Css Color HEX #D10D9B Medium Violet Red

📋 copy color: '#D10D9B'

red 209 ◦ green 13 ◦ blue 155

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

Shades of Medium Violet Red #D10D9B

Tints of Medium Violet Red #D10D9B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.45%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 55.44%
G = 3.45%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D10D9B (or 0xD10D9B) is known color: Medium Violet Red. HEX triplet: D1, 0D and 9B. RGB value is (209,13,155). Sum of RGB (Red+Green+Blue) = 209+13+155=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D9B is #2EF264. Grayscale: #575757. Windows color (decimal): -3076709 or 10161617. OLE color: 10161617.

HSL color Cylindrical-coordinate representation of color #D10D9B: hue angle of 316.53º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D9B is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 13 155 -
CMYK 0 0.94 0.26 0.18
HSL 316.53º 0.88% 0.44% -
HSV(B) 316.53º 0.94% 0.82% -
XYZ 32.35 16.21 32.43 -
YUV 87.79 165.93 214.45 -
System Red Green Blue C M Y K H S L
Decimal 209 13 155 0 0.94 0.26 0.18 316.53 0.88 0.44
Hex D1 D 9B 0 5E 1A 12 13D 58 2C
Octal 321 15 233 0 136 32 22 475 130 54
Binary 11010001 1101 10011011 0 1011110 11010 10010 100111101 1011000 101100

Color Harmonies of #D10D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D9B

Black with #D10D9B

Text Example


Text Example

White with #D10D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D9B; }

 p { color: rgb(209,13,155); }

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

background-color css

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

 a { background-color: rgb(209,13,155); }

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

border-color css

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

 span { border-color: rgb(209,13,155); }

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