#D00A7F

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

Shades of Medium Violet Red #D00A7F

Tints of Medium Violet Red #D00A7F

Color information

#D00A7F (or 0xD00A7F) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0A and 7F. RGB value is (208,10,127). Sum of RGB (Red+Green+Blue) = 208+10+127=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A7F is #2FF580. Grayscale: #525252. Windows color (decimal): -3143041 or 8325840. OLE color: 8325840.

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

Color convert

RGB20810127-
CMYK00.950.390.18
HSL324.55º90.83%42.75%-
HSV(B)324.55º95.19%81.57%-
XYZ29.9515.1621.43-
YUV82.54153.1217.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.29%
GREEN value IS 10 (4.30% from 255) = 2.90%
BLUE value IS 127 (50% from 255) = 36.81%
R=60.29%
G=2.90%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081012700.950.390.18324.5590.8342.75
HexD0A7F05F27121455b2b
Octal320121770137472250513353
Binary110100001010111111101011111100111100101010001011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00A7F; }

 p { color: rgb(208,10,127); }

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

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

 a { background-color: rgb(208,10,127); }

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

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

 span { border-color: rgb(208,10,127); }

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