#D0157F

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

Shades of Medium Violet Red #D0157F

Tints of Medium Violet Red #D0157F

Color information

#D0157F (or 0xD0157F) is unknown color: approx Medium Violet Red. HEX triplet: D0, 15 and 7F. RGB value is (208,21,127). Sum of RGB (Red+Green+Blue) = 208+21+127=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0157F is #2FEA80. Grayscale: #585858. Windows color (decimal): -3140225 or 8328656. OLE color: 8328656.

HSL color Cylindrical-coordinate representation of color #D0157F: hue angle of 325.99º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0157F is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB20821127-
CMYK00.900.390.18
HSL325.99º81.66%44.9%-
HSV(B)325.99º89.9%81.57%-
XYZ30.1115.4821.48-
YUV89149.45212.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.43%
GREEN value IS 21 (8.59% from 255) = 5.90%
BLUE value IS 127 (50% from 255) = 35.67%
R=58.43%
G=5.90%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082112700.900.390.18325.9981.6644.9
HexD0157F05A2712146522d
Octal320251770132472250612255
Binary1101000010101111111101011010100111100101010001101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0157F; }

 p { color: rgb(208,21,127); }

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

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

 a { background-color: rgb(208,21,127); }

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

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

 span { border-color: rgb(208,21,127); }

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