#D00F9A

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

Shades of Medium Violet Red #D00F9A

Tints of Medium Violet Red #D00F9A

Color information

#D00F9A (or 0xD00F9A) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0F and 9A. RGB value is (208,15,154). Sum of RGB (Red+Green+Blue) = 208+15+154=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F9A is #2FF065. Grayscale: #585858. Windows color (decimal): -3141734 or 10096592. OLE color: 10096592.

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

Color convert

RGB20815154-
CMYK00.930.260.18
HSL316.79º86.55%43.73%-
HSV(B)316.79º92.79%81.57%-
XYZ32.0216.0831.99-
YUV88.55164.94213.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.17%
GREEN value IS 15 (6.25% from 255) = 3.98%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=55.17%
G=3.98%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081515400.930.260.18316.7986.5543.73
HexD0F9A05D1A1213d572c
Octal320172320135322247512754
Binary110100001111100110100101110111010100101001111011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F9A; }

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

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

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

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

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

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

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

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