Html Css Color HEX #D8158D Medium Violet Red

📋 copy color: '#D8158D'

red 216 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #D8158D

Tints of Medium Violet Red #D8158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 57.14%
G = 5.56%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8158D (or 0xD8158D) is known color: Medium Violet Red. HEX triplet: D8, 15 and 8D. RGB value is (216,21,141). Sum of RGB (Red+Green+Blue) = 216+21+141=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8158D is #27EA72. Grayscale: #5C5C5C. Windows color (decimal): -2615923 or 9246168. OLE color: 9246168.

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

Color convert

RGB 216 21 141 -
CMYK 0 0.90 0.35 0.15
HSL 323.08º 0.82% 0.46% -
HSV(B) 323.08º 0.9% 0.85% -
XYZ 33.39 17.06 26.73 -
YUV 92.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 216 21 141 0 0.90 0.35 0.15 323.08 0.82 0.46
Hex D8 15 8D 0 5A 23 F 143 52 2E
Octal 330 25 215 0 132 43 17 503 122 56
Binary 11011000 10101 10001101 0 1011010 100011 1111 101000011 1010010 101110

Color Harmonies of #D8158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8158D

Black with #D8158D

Text Example


Text Example

White with #D8158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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