Html Css Color HEX #D8149E Medium Violet Red

📋 copy color: '#D8149E'

red 216 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #D8149E

Tints of Medium Violet Red #D8149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 54.82%
G = 5.08%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8149E (or 0xD8149E) is known color: Medium Violet Red. HEX triplet: D8, 14 and 9E. RGB value is (216,20,158). Sum of RGB (Red+Green+Blue) = 216+20+158=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8149E is #27EB61. Grayscale: #5D5D5D. Windows color (decimal): -2616162 or 10360024. OLE color: 10360024.

HSL color Cylindrical-coordinate representation of color #D8149E: hue angle of 317.76º degrees, saturation: 0.83, 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 #D8149E is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 158 -
CMYK 0 0.91 0.27 0.15
HSL 317.76º 0.83% 0.46% -
HSV(B) 317.76º 0.91% 0.85% -
XYZ 34.74 17.57 33.91 -
YUV 94.34 163.93 214.78 -
System Red Green Blue C M Y K H S L
Decimal 216 20 158 0 0.91 0.27 0.15 317.76 0.83 0.46
Hex D8 14 9E 0 5B 1B F 13E 53 2E
Octal 330 24 236 0 133 33 17 476 123 56
Binary 11011000 10100 10011110 0 1011011 11011 1111 100111110 1010011 101110

Color Harmonies of #D8149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8149E

Black with #D8149E

Text Example


Text Example

White with #D8149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8149E; }

 p { color: rgb(216,20,158); }

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

background-color css

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

 a { background-color: rgb(216,20,158); }

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

border-color css

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

 span { border-color: rgb(216,20,158); }

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