#D00F9B

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

Shades of Medium Violet Red #D00F9B

Tints of Medium Violet Red #D00F9B

Color information

#D00F9B (or 0xD00F9B) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0F and 9B. RGB value is (208,15,155). Sum of RGB (Red+Green+Blue) = 208+15+155=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F9B is #2FF064. Grayscale: #585858. Windows color (decimal): -3141733 or 10162128. OLE color: 10162128.

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

Color convert

RGB20815155-
CMYK00.930.250.18
HSL316.48º86.55%43.73%-
HSV(B)316.48º92.79%81.57%-
XYZ32.116.1232.43-
YUV88.67165.44213.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.03%
GREEN value IS 15 (6.25% from 255) = 3.97%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=55.03%
G=3.97%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081515500.930.250.18316.4886.5543.73
HexD0F9B05D191213c572c
Octal320172330135312247412754
Binary110100001111100110110101110111001100101001111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F9B; }

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

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

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

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

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

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

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

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