#DB1290

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

Shades of Medium Violet Red #DB1290

Tints of Medium Violet Red #DB1290

Color information

#DB1290 (or 0xDB1290) is unknown color: approx Medium Violet Red. HEX triplet: DB, 12 and 90. RGB value is (219,18,144). Sum of RGB (Red+Green+Blue) = 219+18+144=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1290 is #24ED6F. Grayscale: #5C5C5C. Windows color (decimal): -2420080 or 9442011. OLE color: 9442011.

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

Color convert

RGB21918144-
CMYK00.920.340.14
HSL322.39º84.81%46.47%-
HSV(B)322.39º91.78%85.88%-
XYZ34.4617.5127.95-
YUV92.46157.09218.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.48%
GREEN value IS 18 (7.42% from 255) = 4.72%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=57.48%
G=4.72%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191814400.920.340.14322.3984.8146.47
HexDB129005C22E142552e
Octal333222200134421650212556
Binary1101101110010100100000101110010001011101010000101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1290; }

 p { color: rgb(219,18,144); }

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

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

 a { background-color: rgb(219,18,144); }

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

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

 span { border-color: rgb(219,18,144); }

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