#DB7397

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

Shades of Pale Violet Red #DB7397

Tints of Pale Violet Red #DB7397

Color information

#DB7397 (or 0xDB7397) is unknown color: approx Pale Violet Red. HEX triplet: DB, 73 and 97. RGB value is (219,115,151). Sum of RGB (Red+Green+Blue) = 219+115+151=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7397 is #248C68. Grayscale: #969696. Windows color (decimal): -2395241 or 9925595. OLE color: 9925595.

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

Color convert

RGB219115151-
CMYK00.470.310.14
HSL339.23º59.09%65.49%-
HSV(B)339.23º47.49%85.88%-
XYZ40.9329.5632.83-
YUV150.2128.46177.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=45.15%
G=23.71%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911515100.470.310.14339.2359.0965.49
HexDB739702F1FE1533b41
Octal333163227057371652373101
Binary1101101111100111001011101011111111111101010100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7397; }

 p { color: rgb(219,115,151); }

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

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

 a { background-color: rgb(219,115,151); }

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

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

 span { border-color: rgb(219,115,151); }

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