#db729e

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

Shades of Pale Violet Red #DB729E

Tints of Pale Violet Red #DB729E

Color information

#DB729E (or 0xDB729E) is unknown color: approx Pale Violet Red. HEX triplet: DB, 72 and 9E. RGB value is (219,114,158). Sum of RGB (Red+Green+Blue) = 219+114+158=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB729E is #248D61. Grayscale: #969696. Windows color (decimal): -2395490 or 10384091. OLE color: 10384091.

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

Color convert

RGB219114158-
CMYK00.480.280.14
HSL334.86º59.32%65.29%-
HSV(B)334.86º47.95%85.88%-
XYZ41.429.5635.87-
YUV150.41132.29176.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=44.60%
G=23.22%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911415800.480.280.14334.8659.3265.29
HexDB729E0301CE14f3b41
Octal333162236060341651773101
Binary1101101111100101001111001100001110011101010011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db729e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db729e; }

 p { color: rgb(219,114,158); }

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

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

 a { background-color: rgb(219,114,158); }

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

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

 span { border-color: rgb(219,114,158); }

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