Html Css Color HEX #D9129F Medium Violet Red

📋 copy color: '#D9129F'

red 217 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #D9129F

Tints of Medium Violet Red #D9129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.57%

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 55.08%
G = 4.57%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9129F (or 0xD9129F) is known color: Medium Violet Red. HEX triplet: D9, 12 and 9F. RGB value is (217,18,159). Sum of RGB (Red+Green+Blue) = 217+18+159=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9129F is #26ED60. Grayscale: #5D5D5D. Windows color (decimal): -2551137 or 10425049. OLE color: 10425049.

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

Color convert

RGB 217 18 159 -
CMYK 0 0.92 0.27 0.15
HSL 317.49º 0.85% 0.46% -
HSV(B) 317.49º 0.92% 0.85% -
XYZ 35.09 17.69 34.37 -
YUV 93.58 164.93 216.04 -
System Red Green Blue C M Y K H S L
Decimal 217 18 159 0 0.92 0.27 0.15 317.49 0.85 0.46
Hex D9 12 9F 0 5C 1B F 13D 55 2E
Octal 331 22 237 0 134 33 17 475 125 56
Binary 11011001 10010 10011111 0 1011100 11011 1111 100111101 1010101 101110

Color Harmonies of #D9129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9129F

Black with #D9129F

Text Example


Text Example

White with #D9129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9129F; }

 p { color: rgb(217,18,159); }

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

background-color css

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

 a { background-color: rgb(217,18,159); }

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

border-color css

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

 span { border-color: rgb(217,18,159); }

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