#DB788F

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

Shades of Pale Violet Red #DB788F

Tints of Pale Violet Red #DB788F

Color information

#DB788F (or 0xDB788F) is unknown color: approx Pale Violet Red. HEX triplet: DB, 78 and 8F. RGB value is (219,120,143). Sum of RGB (Red+Green+Blue) = 219+120+143=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB788F is #248770. Grayscale: #989898. Windows color (decimal): -2393969 or 9402587. OLE color: 9402587.

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

Color convert

RGB219120143-
CMYK00.450.350.14
HSL346.06º57.89%66.47%-
HSV(B)346.06º45.21%85.88%-
XYZ40.8930.4829.71-
YUV152.22122.8175.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.44%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=45.44%
G=24.90%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912014300.450.350.14346.0657.8966.47
HexDB788F02D23E15a3a42
Octal333170217055431653272102
Binary11011011111100010001111010110110001111101010110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB788F; }

 p { color: rgb(219,120,143); }

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

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

 a { background-color: rgb(219,120,143); }

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

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

 span { border-color: rgb(219,120,143); }

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