#DB0C91

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

Shades of Medium Violet Red #DB0C91

Tints of Medium Violet Red #DB0C91

Color information

#DB0C91 (or 0xDB0C91) is unknown color: approx Medium Violet Red. HEX triplet: DB, 0C and 91. RGB value is (219,12,145). Sum of RGB (Red+Green+Blue) = 219+12+145=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0C91 is #24F36E. Grayscale: #585858. Windows color (decimal): -2421615 or 9506011. OLE color: 9506011.

HSL color Cylindrical-coordinate representation of color #DB0C91: hue angle of 321.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0C91 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB21912145-
CMYK00.950.340.14
HSL321.45º89.61%45.29%-
HSV(B)321.45º94.52%85.88%-
XYZ34.4617.3728.32-
YUV89.06159.58220.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.24%
GREEN value IS 12 (5.08% from 255) = 3.19%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=58.24%
G=3.19%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191214500.950.340.14321.4589.6145.29
HexDBC9105F22E1415a2d
Octal333142210137421650113255
Binary110110111100100100010101111110001011101010000011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0C91; }

 p { color: rgb(219,12,145); }

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

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

 a { background-color: rgb(219,12,145); }

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

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

 span { border-color: rgb(219,12,145); }

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