#D8158A

Color #D8158A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D8158A

Tints of Medium Violet Red #D8158A

Color information

#D8158A (or 0xD8158A) is unknown color: approx Medium Violet Red. HEX triplet: D8, 15 and 8A. RGB value is (216,21,138). Sum of RGB (Red+Green+Blue) = 216+21+138=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8158A is #27EA75. Grayscale: #5C5C5C. Windows color (decimal): -2615926 or 9049560. OLE color: 9049560.

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

Color convert

RGB21621138-
CMYK00.900.360.15
HSL324º82.28%46.47%-
HSV(B)324º90.28%84.71%-
XYZ33.1716.9725.57-
YUV92.64153.6215.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.6%
GREEN value IS 21 (8.59% from 255) = 5.6%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=57.6%
G=5.6%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162113800.900.360.1532482.2846.47
HexD8158A05A24F144522e
Octal330252120132441750412256
Binary1101100010101100010100101101010010011111010001001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8158A; }

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

 H1.HeaderClassName
 {
   color: #D8158A;
 }
 .AnyTagClassName
 {
   color: #D8158A;
 }
</style>
background-color css

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

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

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

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

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

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