Html Css Color HEX #D10D98 Medium Violet Red

📋 copy color: '#D10D98'

red 209 ◦ green 13 ◦ blue 152

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

Shades of Medium Violet Red #D10D98

Tints of Medium Violet Red #D10D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 55.88%
G = 3.48%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D10D98 (or 0xD10D98) is known color: Medium Violet Red. HEX triplet: D1, 0D and 98. RGB value is (209,13,152). Sum of RGB (Red+Green+Blue) = 209+13+152=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D98 is #2EF267. Grayscale: #575757. Windows color (decimal): -3076712 or 9965009. OLE color: 9965009.

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

Color convert

RGB 209 13 152 -
CMYK 0 0.94 0.27 0.18
HSL 317.45º 0.88% 0.44% -
HSV(B) 317.45º 0.94% 0.82% -
XYZ 32.11 16.11 31.12 -
YUV 87.45 164.43 214.7 -
System Red Green Blue C M Y K H S L
Decimal 209 13 152 0 0.94 0.27 0.18 317.45 0.88 0.44
Hex D1 D 98 0 5E 1B 12 13D 58 2C
Octal 321 15 230 0 136 33 22 475 130 54
Binary 11010001 1101 10011000 0 1011110 11011 10010 100111101 1011000 101100

Color Harmonies of #D10D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D98

Black with #D10D98

Text Example


Text Example

White with #D10D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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