#D01D9C

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

Shades of Medium Violet Red #D01D9C

Tints of Medium Violet Red #D01D9C

Color information

#D01D9C (or 0xD01D9C) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1D and 9C. RGB value is (208,29,156). Sum of RGB (Red+Green+Blue) = 208+29+156=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D9C is #2FE263. Grayscale: #606060. Windows color (decimal): -3138148 or 10231248. OLE color: 10231248.

HSL color Cylindrical-coordinate representation of color #D01D9C: hue angle of 317.43º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D9C is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB20829156-
CMYK00.860.250.18
HSL317.43º75.53%46.47%-
HSV(B)317.43º86.06%81.57%-
XYZ32.4516.6932.96-
YUV97161.3207.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.93%
GREEN value IS 29 (11.72% from 255) = 7.38%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=52.93%
G=7.38%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082915600.860.250.18317.4375.5346.47
HexD01D9C056191213d4c2e
Octal320352340126312247511456
Binary1101000011101100111000101011011001100101001111011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D9C; }

 p { color: rgb(208,29,156); }

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

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

 a { background-color: rgb(208,29,156); }

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

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

 span { border-color: rgb(208,29,156); }

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