#DB6D8E

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

Shades of Pale Violet Red #DB6D8E

Tints of Pale Violet Red #DB6D8E

Color information

#DB6D8E (or 0xDB6D8E) is unknown color: approx Pale Violet Red. HEX triplet: DB, 6D and 8E. RGB value is (219,109,142). Sum of RGB (Red+Green+Blue) = 219+109+142=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D8E is #249271. Grayscale: #919191. Windows color (decimal): -2396786 or 9334235. OLE color: 9334235.

HSL color Cylindrical-coordinate representation of color #DB6D8E: hue angle of 342º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D8E is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219109142-
CMYK00.500.350.14
HSL342º60.44%64.31%-
HSV(B)342º50.23%85.88%-
XYZ39.5627.9528.9-
YUV145.65125.94180.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.60%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=46.60%
G=23.19%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910914200.500.350.1434260.4464.31
HexDB6D8E03223E1563c40
Octal333155216062431652674100
Binary11011011110110110001110011001010001111101010101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6D8E; }

 p { color: rgb(219,109,142); }

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

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

 a { background-color: rgb(219,109,142); }

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

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

 span { border-color: rgb(219,109,142); }

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