#D00FA6

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

Shades of Medium Violet Red #D00FA6

Tints of Medium Violet Red #D00FA6

Color information

#D00FA6 (or 0xD00FA6) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0F and A6. RGB value is (208,15,166). Sum of RGB (Red+Green+Blue) = 208+15+166=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00FA6 is #2FF059. Grayscale: #595959. Windows color (decimal): -3141722 or 10883024. OLE color: 10883024.

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

Color convert

RGB20815166-
CMYK00.930.200.18
HSL313.06º86.55%43.73%-
HSV(B)313.06º92.79%81.57%-
XYZ33.0716.537.52-
YUV89.92170.94212.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.47%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=53.47%
G=3.86%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081516600.930.200.18313.0686.5543.73
HexD0FA605D1412139572c
Octal320172460135242247112754
Binary110100001111101001100101110110100100101001110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00FA6; }

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

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

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

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

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

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

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

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