#D9148F

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

Shades of Medium Violet Red #D9148F

Tints of Medium Violet Red #D9148F

Color information

#D9148F (or 0xD9148F) is unknown color: approx Medium Violet Red. HEX triplet: D9, 14 and 8F. RGB value is (217,20,143). Sum of RGB (Red+Green+Blue) = 217+20+143=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9148F is #26EB70. Grayscale: #5C5C5C. Windows color (decimal): -2550641 or 9376985. OLE color: 9376985.

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

Color convert

RGB21720143-
CMYK00.910.340.15
HSL322.54º83.12%46.47%-
HSV(B)322.54º90.78%85.1%-
XYZ33.8217.2427.53-
YUV92.92156.27216.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 20 (8.20% from 255) = 5.26%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=57.11%
G=5.26%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172014300.910.340.15322.5483.1246.47
HexD9148F05B22F143532e
Octal331242170133421750312356
Binary1101100110100100011110101101110001011111010000111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9148F; }

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

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

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

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

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

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

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

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