Html Css Color HEX #D10C92 Medium Violet Red

📋 copy color: '#D10C92'

red 209 ◦ green 12 ◦ blue 146

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

Shades of Medium Violet Red #D10C92

Tints of Medium Violet Red #D10C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.78%

R = 56.95%
G = 3.27%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D10C92 (or 0xD10C92) is known color: Medium Violet Red. HEX triplet: D1, 0C and 92. RGB value is (209,12,146). Sum of RGB (Red+Green+Blue) = 209+12+146=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10C92 is #2EF36D. Grayscale: #555555. Windows color (decimal): -3076974 or 9571537. OLE color: 9571537.

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

Color convert

RGB 209 12 146 -
CMYK 0 0.94 0.30 0.18
HSL 319.19º 0.89% 0.43% -
HSV(B) 319.19º 0.94% 0.82% -
XYZ 31.61 15.89 28.6 -
YUV 86.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 209 12 146 0 0.94 0.30 0.18 319.19 0.89 0.43
Hex D1 C 92 0 5E 1E 12 13F 59 2B
Octal 321 14 222 0 136 36 22 477 131 53
Binary 11010001 1100 10010010 0 1011110 11110 10010 100111111 1011001 101011

Color Harmonies of #D10C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C92

Black with #D10C92

Text Example


Text Example

White with #D10C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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