#DB6995

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

Shades of Pale Violet Red #DB6995

Tints of Pale Violet Red #DB6995

Color information

#DB6995 (or 0xDB6995) is unknown color: approx Pale Violet Red. HEX triplet: DB, 69 and 95. RGB value is (219,105,149). Sum of RGB (Red+Green+Blue) = 219+105+149=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6995 is #24966A. Grayscale: #909090. Windows color (decimal): -2397803 or 9791963. OLE color: 9791963.

HSL color Cylindrical-coordinate representation of color #DB6995: hue angle of 336.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6995 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219105149-
CMYK00.520.320.14
HSL336.84º61.29%63.53%-
HSV(B)336.84º52.05%85.88%-
XYZ39.6927.3331.62-
YUV144.1130.77181.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=46.30%
G=22.20%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910514900.520.320.14336.8461.2963.53
HexDB699503420E1513d40
Octal333151225064401652175100
Binary11011011110100110010101011010010000011101010100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6995; }

 p { color: rgb(219,105,149); }

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

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

 a { background-color: rgb(219,105,149); }

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

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

 span { border-color: rgb(219,105,149); }

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