#d9008c

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

Shades of Medium Violet Red #D9008C

Tints of Medium Violet Red #D9008C

Color information

#D9008C (or 0xD9008C) is unknown color: approx Medium Violet Red. HEX triplet: D9, 00 and 8C. RGB value is (217,0,140). Sum of RGB (Red+Green+Blue) = 217+0+140=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9008C is #26FF73. Grayscale: #505050. Windows color (decimal): -2555764 or 9175257. OLE color: 9175257.

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

Color convert

RGB2170140-
CMYK010.350.15
HSL321.29º100%42.55%-
HSV(B)321.29º100%85.1%-
XYZ33.3516.6526.27-
YUV80.84161.39225.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=60.78%
G=0%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2170140010.350.15321.2910042.55
HexD908C06423F141642b
Octal33102140144431750114453
Binary110110010100011000110010010001111111010000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9008c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9008c; }

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

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

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

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

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

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

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

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