#D01497

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

Shades of Medium Violet Red #D01497

Tints of Medium Violet Red #D01497

Color information

#D01497 (or 0xD01497) is unknown color: approx Medium Violet Red. HEX triplet: D0, 14 and 97. RGB value is (208,20,151). Sum of RGB (Red+Green+Blue) = 208+20+151=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D01497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01497 is #2FEB68. Grayscale: #5A5A5A. Windows color (decimal): -3140457 or 9901264. OLE color: 9901264.

HSL color Cylindrical-coordinate representation of color #D01497: hue angle of 318.19º 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 #D01497 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB20820151-
CMYK00.900.270.18
HSL318.19º82.46%44.71%-
HSV(B)318.19º90.38%81.57%-
XYZ31.8516.1430.72-
YUV91.15161.78211.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=54.88%
G=5.28%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082015100.900.270.18318.1982.4644.71
HexD0149705A1B1213e522d
Octal320242270132332247612255
Binary1101000010100100101110101101011011100101001111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01497; }

 p { color: rgb(208,20,151); }

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

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

 a { background-color: rgb(208,20,151); }

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

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

 span { border-color: rgb(208,20,151); }

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