#D01D72

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

Shades of Medium Violet Red #D01D72

Tints of Medium Violet Red #D01D72

Color information

#D01D72 (or 0xD01D72) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1D and 72. RGB value is (208,29,114). Sum of RGB (Red+Green+Blue) = 208+29+114=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D72 is #2FE28D. Grayscale: #5C5C5C. Windows color (decimal): -3138190 or 7478736. OLE color: 7478736.

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

Color convert

RGB20829114-
CMYK00.860.450.18
HSL331.51º75.53%46.47%-
HSV(B)331.51º86.06%81.57%-
XYZ29.4915.517.36-
YUV92.21140.3210.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.26%
GREEN value IS 29 (11.72% from 255) = 8.26%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=59.26%
G=8.26%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082911400.860.450.18331.5175.5346.47
HexD01D720562D1214c4c2e
Octal320351620126552251411456
Binary1101000011101111001001010110101101100101010011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D72; }

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

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

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

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

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

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

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

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