#D9057A

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

Shades of Medium Violet Red #D9057A

Tints of Medium Violet Red #D9057A

Color information

#D9057A (or 0xD9057A) is unknown color: approx Medium Violet Red. HEX triplet: D9, 05 and 7A. RGB value is (217,5,122). Sum of RGB (Red+Green+Blue) = 217+5+122=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9057A is #26FA85. Grayscale: #515151. Windows color (decimal): -2554502 or 7996889. OLE color: 7996889.

HSL color Cylindrical-coordinate representation of color #D9057A: hue angle of 326.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9057A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB2175122-
CMYK00.980.440.15
HSL326.89º95.5%43.53%-
HSV(B)326.89º97.7%85.1%-
XYZ32.1816.2719.86-
YUV81.73150.74224.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.08%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=63.08%
G=1.45%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217512200.980.440.15326.8995.543.53
HexD957A0622CF1475f2c
Octal33151720142541750713754
Binary1101100110111110100110001010110011111010001111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9057A; }

 p { color: rgb(217,5,122); }

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

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

 a { background-color: rgb(217,5,122); }

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

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

 span { border-color: rgb(217,5,122); }

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