#DB6591

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

Shades of Pale Violet Red #DB6591

Tints of Pale Violet Red #DB6591

Color information

#DB6591 (or 0xDB6591) is unknown color: approx Pale Violet Red. HEX triplet: DB, 65 and 91. RGB value is (219,101,145). Sum of RGB (Red+Green+Blue) = 219+101+145=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6591 is #249A6E. Grayscale: #8D8D8D. Windows color (decimal): -2398831 or 9528795. OLE color: 9528795.

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

Color convert

RGB219101145-
CMYK00.540.340.14
HSL337.63º62.11%62.75%-
HSV(B)337.63º53.88%85.88%-
XYZ38.9826.4129.83-
YUV141.3130.09183.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=47.10%
G=21.72%
B=31.18%

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
Decimal21910114500.540.340.14337.6362.1162.75
HexDB659103622E1523e3f
Octal33314522106642165227677
Binary1101101111001011001000101101101000101110101010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6591; }

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

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

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

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

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

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

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

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