#DB689B

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

Shades of Pale Violet Red #DB689B

Tints of Pale Violet Red #DB689B

Color information

#DB689B (or 0xDB689B) is unknown color: approx Pale Violet Red. HEX triplet: DB, 68 and 9B. RGB value is (219,104,155). Sum of RGB (Red+Green+Blue) = 219+104+155=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB689B is #249764. Grayscale: #909090. Windows color (decimal): -2398053 or 10184923. OLE color: 10184923.

HSL color Cylindrical-coordinate representation of color #DB689B: hue angle of 333.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB689B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219104155-
CMYK00.530.290.14
HSL333.39º61.5%63.33%-
HSV(B)333.39º52.51%85.88%-
XYZ40.0827.3334.17-
YUV144.2134.1181.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 104 (41.02% from 255) = 21.76%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=45.82%
G=21.76%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910415500.530.290.14333.3961.563.33
HexDB689B0351DE14d3d3f
Octal33315023306535165157577
Binary110110111101000100110110110101111011110101001101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB689B; }

 p { color: rgb(219,104,155); }

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

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

 a { background-color: rgb(219,104,155); }

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

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

 span { border-color: rgb(219,104,155); }

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