#D00C71

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

Shades of Medium Violet Red #D00C71

Tints of Medium Violet Red #D00C71

Color information

#D00C71 (or 0xD00C71) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0C and 71. RGB value is (208,12,113). Sum of RGB (Red+Green+Blue) = 208+12+113=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00C71 is #2FF38E. Grayscale: #515151. Windows color (decimal): -3142543 or 7408848. OLE color: 7408848.

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

Color convert

RGB20812113-
CMYK00.940.460.18
HSL329.08º89.09%43.14%-
HSV(B)329.08º94.23%81.57%-
XYZ29.1214.8716.96-
YUV82.12145.43217.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.46%
GREEN value IS 12 (5.08% from 255) = 3.60%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=62.46%
G=3.60%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081211300.940.460.18329.0889.0943.14
HexD0C7105E2E12149592b
Octal320141610136562251113153
Binary110100001100111000101011110101110100101010010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00C71; }

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

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

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

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

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

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

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

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