Html Css Color HEX #D9107C Medium Violet Red

📋 copy color: '#D9107C'

red 217 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #D9107C

Tints of Medium Violet Red #D9107C

RGB

 RED value IS 217 (85.16% from 255) = 60.78%

 GREEN value IS 16 (6.64% from 255) = 4.48%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 60.78%
G = 4.48%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9107C (or 0xD9107C) is known color: Medium Violet Red. HEX triplet: D9, 10 and 7C. RGB value is (217,16,124). Sum of RGB (Red+Green+Blue) = 217+16+124=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9107C is #26EF83. Grayscale: #585858. Windows color (decimal): -2551684 or 8130777. OLE color: 8130777.

HSL color Cylindrical-coordinate representation of color #D9107C: hue angle of 327.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9107C is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 124 -
CMYK 0 0.93 0.43 0.15
HSL 327.76º 0.86% 0.46% -
HSV(B) 327.76º 0.93% 0.85% -
XYZ 32.44 16.58 20.56 -
YUV 88.41 148.09 219.72 -
System Red Green Blue C M Y K H S L
Decimal 217 16 124 0 0.93 0.43 0.15 327.76 0.86 0.46
Hex D9 10 7C 0 5D 2B F 148 56 2E
Octal 331 20 174 0 135 53 17 510 126 56
Binary 11011001 10000 1111100 0 1011101 101011 1111 101001000 1010110 101110

Color Harmonies of #D9107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9107C

Black with #D9107C

Text Example


Text Example

White with #D9107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9107C; }

 p { color: rgb(217,16,124); }

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

background-color css

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

 a { background-color: rgb(217,16,124); }

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

border-color css

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

 span { border-color: rgb(217,16,124); }

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