Html Css Color HEX #D8139C Medium Violet Red

📋 copy color: '#D8139C'

red 216 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #D8139C

Tints of Medium Violet Red #D8139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 55.24%
G = 4.86%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8139C (or 0xD8139C) is known color: Medium Violet Red. HEX triplet: D8, 13 and 9C. RGB value is (216,19,156). Sum of RGB (Red+Green+Blue) = 216+19+156=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8139C is #27EC63. Grayscale: #5D5D5D. Windows color (decimal): -2616420 or 10228696. OLE color: 10228696.

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

Color convert

RGB 216 19 156 -
CMYK 0 0.91 0.28 0.15
HSL 318.27º 0.84% 0.46% -
HSV(B) 318.27º 0.91% 0.85% -
XYZ 34.55 17.46 33 -
YUV 93.52 163.27 215.36 -
System Red Green Blue C M Y K H S L
Decimal 216 19 156 0 0.91 0.28 0.15 318.27 0.84 0.46
Hex D8 13 9C 0 5B 1C F 13E 54 2E
Octal 330 23 234 0 133 34 17 476 124 56
Binary 11011000 10011 10011100 0 1011011 11100 1111 100111110 1010100 101110

Color Harmonies of #D8139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8139C

Black with #D8139C

Text Example


Text Example

White with #D8139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8139C; }

 p { color: rgb(216,19,156); }

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

background-color css

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

 a { background-color: rgb(216,19,156); }

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

border-color css

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

 span { border-color: rgb(216,19,156); }

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