#DB7993

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

Shades of Pale Violet Red #DB7993

Tints of Pale Violet Red #DB7993

Color information

#DB7993 (or 0xDB7993) is unknown color: approx Pale Violet Red. HEX triplet: DB, 79 and 93. RGB value is (219,121,147). Sum of RGB (Red+Green+Blue) = 219+121+147=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7993 is #24866C. Grayscale: #999999. Windows color (decimal): -2393709 or 9664987. OLE color: 9664987.

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

Color convert

RGB219121147-
CMYK00.450.330.14
HSL344.08º57.65%66.67%-
HSV(B)344.08º44.75%85.88%-
XYZ41.3230.8431.38-
YUV153.27124.47174.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.97%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=44.97%
G=24.85%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912114700.450.330.14344.0857.6566.67
HexDB799302D21E1583a43
Octal333171223055411653072103
Binary11011011111100110010011010110110000111101010110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7993; }

 p { color: rgb(219,121,147); }

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

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

 a { background-color: rgb(219,121,147); }

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

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

 span { border-color: rgb(219,121,147); }

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