#DB6199

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

Shades of Pale Violet Red #DB6199

Tints of Pale Violet Red #DB6199

Color information

#DB6199 (or 0xDB6199) is unknown color: approx Pale Violet Red. HEX triplet: DB, 61 and 99. RGB value is (219,97,153). Sum of RGB (Red+Green+Blue) = 219+97+153=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6199 is #249E66. Grayscale: #8B8B8B. Windows color (decimal): -2399847 or 10052059. OLE color: 10052059.

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

Color convert

RGB21997153-
CMYK00.560.300.14
HSL332.46º62.89%61.96%-
HSV(B)332.46º55.71%85.88%-
XYZ39.2425.9133.07-
YUV139.86135.42184.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.70%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=46.70%
G=20.68%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199715300.560.300.14332.4662.8961.96
HexDB61990381EE14c3f3e
Octal33314123107036165147776
Binary110110111100001100110010111000111101110101001100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6199; }

 p { color: rgb(219,97,153); }

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

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

 a { background-color: rgb(219,97,153); }

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

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

 span { border-color: rgb(219,97,153); }

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