Html Css Color HEX #D9128C Medium Violet Red

📋 copy color: '#D9128C'

red 217 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #D9128C

Tints of Medium Violet Red #D9128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 57.87%
G = 4.8%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9128C (or 0xD9128C) is known color: Medium Violet Red. HEX triplet: D9, 12 and 8C. RGB value is (217,18,140). Sum of RGB (Red+Green+Blue) = 217+18+140=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9128C is #26ED73. Grayscale: #5B5B5B. Windows color (decimal): -2551156 or 9179865. OLE color: 9179865.

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

Color convert

RGB 217 18 140 -
CMYK 0 0.92 0.35 0.15
HSL 323.22º 0.85% 0.46% -
HSV(B) 323.22º 0.92% 0.85% -
XYZ 33.57 17.08 26.34 -
YUV 91.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 217 18 140 0 0.92 0.35 0.15 323.22 0.85 0.46
Hex D9 12 8C 0 5C 23 F 143 55 2E
Octal 331 22 214 0 134 43 17 503 125 56
Binary 11011001 10010 10001100 0 1011100 100011 1111 101000011 1010101 101110

Color Harmonies of #D9128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9128C

Black with #D9128C

Text Example


Text Example

White with #D9128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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