#D0048F

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

Shades of Medium Violet Red #D0048F

Tints of Medium Violet Red #D0048F

Color information

#D0048F (or 0xD0048F) is unknown color: approx Medium Violet Red. HEX triplet: D0, 04 and 8F. RGB value is (208,4,143). Sum of RGB (Red+Green+Blue) = 208+4+143=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0048F is #2FFB70. Grayscale: #505050. Windows color (decimal): -3144561 or 9372880. OLE color: 9372880.

HSL color Cylindrical-coordinate representation of color #D0048F: hue angle of 319.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0048F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB2084143-
CMYK00.980.310.18
HSL319.12º96.23%41.57%-
HSV(B)319.12º98.08%81.57%-
XYZ31.0115.4827.34-
YUV80.84163.09218.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.59%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=58.59%
G=1.13%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208414300.980.310.18319.1296.2341.57
HexD048F0621F1213f602a
Octal32042170142372247714052
Binary11010000100100011110110001011111100101001111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0048F; }

 p { color: rgb(208,4,143); }

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

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

 a { background-color: rgb(208,4,143); }

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

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

 span { border-color: rgb(208,4,143); }

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