#DB6491

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

Shades of Pale Violet Red #DB6491

Tints of Pale Violet Red #DB6491

Color information

#DB6491 (or 0xDB6491) is unknown color: approx Pale Violet Red. HEX triplet: DB, 64 and 91. RGB value is (219,100,145). Sum of RGB (Red+Green+Blue) = 219+100+145=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6491 is #249B6E. Grayscale: #8C8C8C. Windows color (decimal): -2399087 or 9528539. OLE color: 9528539.

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

Color convert

RGB219100145-
CMYK00.540.340.14
HSL337.31º62.3%62.55%-
HSV(B)337.31º54.34%85.88%-
XYZ38.8826.2229.8-
YUV140.71130.42183.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.20%
GREEN value IS 100 (39.45% from 255) = 21.55%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=47.20%
G=21.55%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910014500.540.340.14337.3162.362.55
HexDB649103622E1513e3f
Octal33314422106642165217677
Binary1101101111001001001000101101101000101110101010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6491; }

 p { color: rgb(219,100,145); }

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

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

 a { background-color: rgb(219,100,145); }

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

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

 span { border-color: rgb(219,100,145); }

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