#DB7094

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

Shades of Pale Violet Red #DB7094

Tints of Pale Violet Red #DB7094

Color information

#DB7094 (or 0xDB7094) is unknown color: approx Pale Violet Red. HEX triplet: DB, 70 and 94. RGB value is (219,112,148). Sum of RGB (Red+Green+Blue) = 219+112+148=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7094 is #248F6B. Grayscale: #949494. Windows color (decimal): -2396012 or 9728219. OLE color: 9728219.

HSL color Cylindrical-coordinate representation of color #DB7094: hue angle of 339.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7094 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219112148-
CMYK00.490.320.14
HSL339.81º59.78%64.9%-
HSV(B)339.81º48.86%85.88%-
XYZ40.3528.7931.45-
YUV148.1127.95178.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.72%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=45.72%
G=23.38%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911214800.490.320.14339.8159.7864.9
HexDB709403120E1543c41
Octal333160224061401652474101
Binary11011011111000010010100011000110000011101010101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7094; }

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

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

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

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

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

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

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

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