#D00FA4

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

Shades of Medium Violet Red #D00FA4

Tints of Medium Violet Red #D00FA4

Color information

#D00FA4 (or 0xD00FA4) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0F and A4. RGB value is (208,15,164). Sum of RGB (Red+Green+Blue) = 208+15+164=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00FA4 is #2FF05B. Grayscale: #595959. Windows color (decimal): -3141724 or 10751952. OLE color: 10751952.

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

Color convert

RGB20815164-
CMYK00.930.210.18
HSL313.68º86.55%43.73%-
HSV(B)313.68º92.79%81.57%-
XYZ32.8816.4336.56-
YUV89.69169.94212.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.75%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=53.75%
G=3.88%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081516400.930.210.18313.6886.5543.73
HexD0FA405D151213a572c
Octal320172440135252247212754
Binary110100001111101001000101110110101100101001110101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00FA4; }

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

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

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

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

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

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

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

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