#DB6897

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

Shades of Pale Violet Red #DB6897

Tints of Pale Violet Red #DB6897

Color information

#DB6897 (or 0xDB6897) is unknown color: approx Pale Violet Red. HEX triplet: DB, 68 and 97. RGB value is (219,104,151). Sum of RGB (Red+Green+Blue) = 219+104+151=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6897 is #249768. Grayscale: #8F8F8F. Windows color (decimal): -2398057 or 9922779. OLE color: 9922779.

HSL color Cylindrical-coordinate representation of color #DB6897: hue angle of 335.48º 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 #DB6897 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219104151-
CMYK00.530.310.14
HSL335.48º61.5%63.33%-
HSV(B)335.48º52.51%85.88%-
XYZ39.7527.232.43-
YUV143.74132.1181.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=46.20%
G=21.94%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910415100.530.310.14335.4861.563.33
HexDB68970351FE14f3d3f
Octal33315022706537165177577
Binary110110111101000100101110110101111111110101001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6897; }

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

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

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

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

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

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

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

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