#D9148E

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

Shades of Medium Violet Red #D9148E

Tints of Medium Violet Red #D9148E

Color information

#D9148E (or 0xD9148E) is unknown color: approx Medium Violet Red. HEX triplet: D9, 14 and 8E. RGB value is (217,20,142). Sum of RGB (Red+Green+Blue) = 217+20+142=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9148E is #26EB71. Grayscale: #5C5C5C. Windows color (decimal): -2550642 or 9311449. OLE color: 9311449.

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

Color convert

RGB21720142-
CMYK00.910.350.15
HSL322.84º83.12%46.47%-
HSV(B)322.84º90.78%85.1%-
XYZ33.7517.2127.13-
YUV92.81155.77216.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=57.26%
G=5.28%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172014200.910.350.15322.8483.1246.47
HexD9148E05B23F143532e
Octal331242160133431750312356
Binary1101100110100100011100101101110001111111010000111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9148E; }

 p { color: rgb(217,20,142); }

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

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

 a { background-color: rgb(217,20,142); }

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

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

 span { border-color: rgb(217,20,142); }

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