#D00FA2

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

Shades of Medium Violet Red #D00FA2

Tints of Medium Violet Red #D00FA2

Color information

#D00FA2 (or 0xD00FA2) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0F and A2. RGB value is (208,15,162). Sum of RGB (Red+Green+Blue) = 208+15+162=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00FA2 is #2FF05D. Grayscale: #595959. Windows color (decimal): -3141726 or 10620880. OLE color: 10620880.

HSL color Cylindrical-coordinate representation of color #D00FA2: hue angle of 314.3º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FA2 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20815162-
CMYK00.930.220.18
HSL314.3º86.55%43.73%-
HSV(B)314.3º92.79%81.57%-
XYZ32.716.3635.62-
YUV89.46168.94212.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 15 (6.25% from 255) = 3.90%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=54.03%
G=3.90%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081516200.930.220.18314.386.5543.73
HexD0FA205D161213a572c
Octal320172420135262247212754
Binary110100001111101000100101110110110100101001110101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00FA2; }

 p { color: rgb(208,15,162); }

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

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

 a { background-color: rgb(208,15,162); }

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

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

 span { border-color: rgb(208,15,162); }

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