Html Css Color HEX #D10C96 Medium Violet Red

📋 copy color: '#D10C96'

red 209 ◦ green 12 ◦ blue 150

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

Shades of Medium Violet Red #D10C96

Tints of Medium Violet Red #D10C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 56.33%
G = 3.23%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D10C96 (or 0xD10C96) is known color: Medium Violet Red. HEX triplet: D1, 0C and 96. RGB value is (209,12,150). Sum of RGB (Red+Green+Blue) = 209+12+150=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10C96 is #2EF369. Grayscale: #565656. Windows color (decimal): -3076970 or 9833681. OLE color: 9833681.

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

Color convert

RGB 209 12 150 -
CMYK 0 0.94 0.28 0.18
HSL 317.97º 0.89% 0.43% -
HSV(B) 317.97º 0.94% 0.82% -
XYZ 31.93 16.02 30.26 -
YUV 86.64 163.77 215.28 -
System Red Green Blue C M Y K H S L
Decimal 209 12 150 0 0.94 0.28 0.18 317.97 0.89 0.43
Hex D1 C 96 0 5E 1C 12 13E 59 2B
Octal 321 14 226 0 136 34 22 476 131 53
Binary 11010001 1100 10010110 0 1011110 11100 10010 100111110 1011001 101011

Color Harmonies of #D10C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C96

Black with #D10C96

Text Example


Text Example

White with #D10C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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