Html Css Color HEX #D10992 Medium Violet Red

📋 copy color: '#D10992'

red 209 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #D10992

Tints of Medium Violet Red #D10992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.47%

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

R = 57.42%
G = 2.47%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D10992 (or 0xD10992) is known color: Medium Violet Red. HEX triplet: D1, 09 and 92. RGB value is (209,9,146). Sum of RGB (Red+Green+Blue) = 209+9+146=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D10992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10992 is #2EF66D. Grayscale: #545454. Windows color (decimal): -3077742 or 9570769. OLE color: 9570769.

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

Color convert

RGB 209 9 146 -
CMYK 0 0.96 0.30 0.18
HSL 318.9º 0.92% 0.43% -
HSV(B) 318.9º 0.96% 0.82% -
XYZ 31.58 15.83 28.58 -
YUV 84.42 162.76 216.86 -
System Red Green Blue C M Y K H S L
Decimal 209 9 146 0 0.96 0.30 0.18 318.9 0.92 0.43
Hex D1 9 92 0 60 1E 12 13F 5C 2B
Octal 321 11 222 0 140 36 22 477 134 53
Binary 11010001 1001 10010010 0 1100000 11110 10010 100111111 1011100 101011

Color Harmonies of #D10992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10992

Black with #D10992

Text Example


Text Example

White with #D10992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10992; }

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

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

background-color css

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

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

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

border-color css

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

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

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