#DB6592

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

Shades of Pale Violet Red #DB6592

Tints of Pale Violet Red #DB6592

Color information

#DB6592 (or 0xDB6592) is unknown color: approx Pale Violet Red. HEX triplet: DB, 65 and 92. RGB value is (219,101,146). Sum of RGB (Red+Green+Blue) = 219+101+146=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6592 is #249A6D. Grayscale: #8D8D8D. Windows color (decimal): -2398830 or 9594331. OLE color: 9594331.

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

Color convert

RGB219101146-
CMYK00.540.330.14
HSL337.12º62.11%62.75%-
HSV(B)337.12º53.88%85.88%-
XYZ39.0626.4430.24-
YUV141.41130.59183.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=47.00%
G=21.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910114600.540.330.14337.1262.1162.75
HexDB659203621E1513e3f
Octal33314522206641165217677
Binary1101101111001011001001001101101000011110101010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6592; }

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

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

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

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

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

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

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

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