#DB1294

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

Shades of Medium Violet Red #DB1294

Tints of Medium Violet Red #DB1294

Color information

#DB1294 (or 0xDB1294) is unknown color: approx Medium Violet Red. HEX triplet: DB, 12 and 94. RGB value is (219,18,148). Sum of RGB (Red+Green+Blue) = 219+18+148=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1294 is #24ED6B. Grayscale: #5C5C5C. Windows color (decimal): -2420076 or 9704155. OLE color: 9704155.

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

Color convert

RGB21918148-
CMYK00.920.320.14
HSL321.19º84.81%46.47%-
HSV(B)321.19º91.78%85.88%-
XYZ34.7817.6329.59-
YUV92.92159.09217.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.88%
GREEN value IS 18 (7.42% from 255) = 4.68%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=56.88%
G=4.68%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191814800.920.320.14321.1984.8146.47
HexDB129405C20E141552e
Octal333222240134401650112556
Binary1101101110010100101000101110010000011101010000011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1294; }

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

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

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

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

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

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

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

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