#d01e71

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

Shades of Medium Violet Red #D01E71

Tints of Medium Violet Red #D01E71

Color information

#D01E71 (or 0xD01E71) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1E and 71. RGB value is (208,30,113). Sum of RGB (Red+Green+Blue) = 208+30+113=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01E71 is #2FE18E. Grayscale: #5C5C5C. Windows color (decimal): -3137935 or 7413456. OLE color: 7413456.

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

Color convert

RGB20830113-
CMYK00.860.460.18
HSL332.02º74.79%46.67%-
HSV(B)332.02º85.58%81.57%-
XYZ29.4615.5317.07-
YUV92.68139.47210.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.26%
GREEN value IS 30 (12.11% from 255) = 8.55%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=59.26%
G=8.55%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2083011300.860.460.18332.0274.7946.67
HexD01E710562E1214c4b2f
Octal320361610126562251411357
Binary1101000011110111000101010110101110100101010011001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01e71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01e71; }

 p { color: rgb(208,30,113); }

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

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

 a { background-color: rgb(208,30,113); }

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

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

 span { border-color: rgb(208,30,113); }

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