#DB778F

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

Shades of Pale Violet Red #DB778F

Tints of Pale Violet Red #DB778F

Color information

#DB778F (or 0xDB778F) is unknown color: approx Pale Violet Red. HEX triplet: DB, 77 and 8F. RGB value is (219,119,143). Sum of RGB (Red+Green+Blue) = 219+119+143=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB778F is #248870. Grayscale: #979797. Windows color (decimal): -2394225 or 9402331. OLE color: 9402331.

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

Color convert

RGB219119143-
CMYK00.460.350.14
HSL345.6º58.14%66.27%-
HSV(B)345.6º45.66%85.88%-
XYZ40.7730.2429.67-
YUV151.64123.13176.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=45.53%
G=24.74%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911914300.460.350.14345.658.1466.27
HexDB778F02E23E15a3a42
Octal333167217056431653272102
Binary11011011111011110001111010111010001111101010110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB778F; }

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

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

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

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

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

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

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

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