#D9007A

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

Shades of Medium Violet Red #D9007A

Tints of Medium Violet Red #D9007A

Color information

#D9007A (or 0xD9007A) is unknown color: approx Medium Violet Red. HEX triplet: D9, 00 and 7A. RGB value is (217,0,122). Sum of RGB (Red+Green+Blue) = 217+0+122=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D9007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9007A is #26FF85. Grayscale: #4E4E4E. Windows color (decimal): -2555782 or 7995609. OLE color: 7995609.

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

Color convert

RGB2170122-
CMYK010.440.15
HSL326.27º100%42.55%-
HSV(B)326.27º100%85.1%-
XYZ32.1316.1619.84-
YUV78.79152.39226.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=64.01%
G=0%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2170122010.440.15326.2710042.55
HexD907A0642CF146642b
Octal33101720144541750614453
Binary11011001011110100110010010110011111010001101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9007A; }

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

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

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

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

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

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

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

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