#DB6894

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

Shades of Pale Violet Red #DB6894

Tints of Pale Violet Red #DB6894

Color information

#DB6894 (or 0xDB6894) is unknown color: approx Pale Violet Red. HEX triplet: DB, 68 and 94. RGB value is (219,104,148). Sum of RGB (Red+Green+Blue) = 219+104+148=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6894 is #24976B. Grayscale: #8F8F8F. Windows color (decimal): -2398060 or 9726171. OLE color: 9726171.

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

Color convert

RGB219104148-
CMYK00.530.320.14
HSL337.04º61.5%63.33%-
HSV(B)337.04º52.51%85.88%-
XYZ39.5127.131.17-
YUV143.4130.6181.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.50%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=46.50%
G=22.08%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910414800.530.320.14337.0461.563.33
HexDB689403520E1513d3f
Octal33315022406540165217577
Binary1101101111010001001010001101011000001110101010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6894; }

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

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

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

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

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

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

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

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