Html Css Color HEX #D8158E Medium Violet Red

📋 copy color: '#D8158E'

red 216 ◦ green 21 ◦ blue 142

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

Shades of Medium Violet Red #D8158E

Tints of Medium Violet Red #D8158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.54%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 56.99%
G = 5.54%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8158E (or 0xD8158E) is known color: Medium Violet Red. HEX triplet: D8, 15 and 8E. RGB value is (216,21,142). Sum of RGB (Red+Green+Blue) = 216+21+142=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8158E is #27EA71. Grayscale: #5C5C5C. Windows color (decimal): -2615922 or 9311704. OLE color: 9311704.

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

Color convert

RGB 216 21 142 -
CMYK 0 0.90 0.34 0.15
HSL 322.77º 0.82% 0.46% -
HSV(B) 322.77º 0.9% 0.85% -
XYZ 33.47 17.09 27.13 -
YUV 93.1 155.6 215.66 -
System Red Green Blue C M Y K H S L
Decimal 216 21 142 0 0.90 0.34 0.15 322.77 0.82 0.46
Hex D8 15 8E 0 5A 22 F 143 52 2E
Octal 330 25 216 0 132 42 17 503 122 56
Binary 11011000 10101 10001110 0 1011010 100010 1111 101000011 1010010 101110

Color Harmonies of #D8158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8158E

Black with #D8158E

Text Example


Text Example

White with #D8158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8158E; }

 p { color: rgb(216,21,142); }

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

background-color css

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

 a { background-color: rgb(216,21,142); }

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

border-color css

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

 span { border-color: rgb(216,21,142); }

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