Html Css Color HEX #D9107D Medium Violet Red

📋 copy color: '#D9107D'

red 217 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #D9107D

Tints of Medium Violet Red #D9107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 60.61%
G = 4.47%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9107D (or 0xD9107D) is known color: Medium Violet Red. HEX triplet: D9, 10 and 7D. RGB value is (217,16,125). Sum of RGB (Red+Green+Blue) = 217+16+125=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9107D is #26EF82. Grayscale: #585858. Windows color (decimal): -2551683 or 8196313. OLE color: 8196313.

HSL color Cylindrical-coordinate representation of color #D9107D: hue angle of 327.46º 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 #D9107D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 125 -
CMYK 0 0.93 0.42 0.15
HSL 327.46º 0.86% 0.46% -
HSV(B) 327.46º 0.93% 0.85% -
XYZ 32.5 16.6 20.89 -
YUV 88.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 217 16 125 0 0.93 0.42 0.15 327.46 0.86 0.46
Hex D9 10 7D 0 5D 2A F 147 56 2E
Octal 331 20 175 0 135 52 17 507 126 56
Binary 11011001 10000 1111101 0 1011101 101010 1111 101000111 1010110 101110

Color Harmonies of #D9107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9107D

Black with #D9107D

Text Example


Text Example

White with #D9107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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