Html Css Color HEX #D10C99 Medium Violet Red

📋 copy color: '#D10C99'

red 209 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #D10C99

Tints of Medium Violet Red #D10C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.21%

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 55.88%
G = 3.21%
B = 40.91%

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

#D10C99 (or 0xD10C99) is known color: Medium Violet Red. HEX triplet: D1, 0C and 99. RGB value is (209,12,153). Sum of RGB (Red+Green+Blue) = 209+12+153=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10C99 is #2EF366. Grayscale: #565656. Windows color (decimal): -3076967 or 10030289. OLE color: 10030289.

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

Color convert

RGB 209 12 153 -
CMYK 0 0.94 0.27 0.18
HSL 317.06º 0.89% 0.43% -
HSV(B) 317.06º 0.94% 0.82% -
XYZ 32.18 16.12 31.55 -
YUV 86.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 209 12 153 0 0.94 0.27 0.18 317.06 0.89 0.43
Hex D1 C 99 0 5E 1B 12 13D 59 2B
Octal 321 14 231 0 136 33 22 475 131 53
Binary 11010001 1100 10011001 0 1011110 11011 10010 100111101 1011001 101011

Color Harmonies of #D10C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C99

Black with #D10C99

Text Example


Text Example

White with #D10C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C99; }

 p { color: rgb(209,12,153); }

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

background-color css

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

 a { background-color: rgb(209,12,153); }

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

border-color css

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

 span { border-color: rgb(209,12,153); }

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