#DB1292

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

Shades of Medium Violet Red #DB1292

Tints of Medium Violet Red #DB1292

Color information

#DB1292 (or 0xDB1292) is unknown color: approx Medium Violet Red. HEX triplet: DB, 12 and 92. RGB value is (219,18,146). Sum of RGB (Red+Green+Blue) = 219+18+146=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1292 is #24ED6D. Grayscale: #5C5C5C. Windows color (decimal): -2420078 or 9573083. OLE color: 9573083.

HSL color Cylindrical-coordinate representation of color #DB1292: hue angle of 321.79º 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 #DB1292 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB21918146-
CMYK00.920.330.14
HSL321.79º84.81%46.47%-
HSV(B)321.79º91.78%85.88%-
XYZ34.6217.5728.76-
YUV92.69158.09218.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.18%
GREEN value IS 18 (7.42% from 255) = 4.70%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=57.18%
G=4.70%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191814600.920.330.14321.7984.8146.47
HexDB129205C21E142552e
Octal333222220134411650212556
Binary1101101110010100100100101110010000111101010000101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1292; }

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

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

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

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

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

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

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

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