Html Css Color HEX #D8128C Medium Violet Red

📋 copy color: '#D8128C'

red 216 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #D8128C

Tints of Medium Violet Red #D8128C

RGB

 RED value IS 216 (84.77% from 255) = 57.75%

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

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

R = 57.75%
G = 4.81%
B = 37.43%

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

#D8128C (or 0xD8128C) is known color: Medium Violet Red. HEX triplet: D8, 12 and 8C. RGB value is (216,18,140). Sum of RGB (Red+Green+Blue) = 216+18+140=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8128C is #27ED73. Grayscale: #5A5A5A. Windows color (decimal): -2616692 or 9179864. OLE color: 9179864.

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

Color convert

RGB 216 18 140 -
CMYK 0 0.92 0.35 0.15
HSL 323.03º 0.85% 0.46% -
HSV(B) 323.03º 0.92% 0.85% -
XYZ 33.27 16.92 26.32 -
YUV 91.11 155.6 217.08 -
System Red Green Blue C M Y K H S L
Decimal 216 18 140 0 0.92 0.35 0.15 323.03 0.85 0.46
Hex D8 12 8C 0 5C 23 F 143 55 2E
Octal 330 22 214 0 134 43 17 503 125 56
Binary 11011000 10010 10001100 0 1011100 100011 1111 101000011 1010101 101110

Color Harmonies of #D8128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8128C

Black with #D8128C

Text Example


Text Example

White with #D8128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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