Html Css Color HEX #D9107A Medium Violet Red

📋 copy color: '#D9107A'

red 217 ◦ green 16 ◦ blue 122

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

Shades of Medium Violet Red #D9107A

Tints of Medium Violet Red #D9107A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 61.13%
G = 4.51%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9107A (or 0xD9107A) is known color: Medium Violet Red. HEX triplet: D9, 10 and 7A. RGB value is (217,16,122). Sum of RGB (Red+Green+Blue) = 217+16+122=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D9107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9107A is #26EF85. Grayscale: #575757. Windows color (decimal): -2551686 or 7999705. OLE color: 7999705.

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

Color convert

RGB 217 16 122 -
CMYK 0 0.93 0.44 0.15
HSL 328.36º 0.86% 0.46% -
HSV(B) 328.36º 0.93% 0.85% -
XYZ 32.31 16.53 19.9 -
YUV 88.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 217 16 122 0 0.93 0.44 0.15 328.36 0.86 0.46
Hex D9 10 7A 0 5D 2C F 148 56 2E
Octal 331 20 172 0 135 54 17 510 126 56
Binary 11011001 10000 1111010 0 1011101 101100 1111 101001000 1010110 101110

Color Harmonies of #D9107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9107A

Black with #D9107A

Text Example


Text Example

White with #D9107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9107A; }

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

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

background-color css

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

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

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

border-color css

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

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

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