#DB6F9E

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

Shades of Pale Violet Red #DB6F9E

Tints of Pale Violet Red #DB6F9E

Color information

#DB6F9E (or 0xDB6F9E) is unknown color: approx Pale Violet Red. HEX triplet: DB, 6F and 9E. RGB value is (219,111,158). Sum of RGB (Red+Green+Blue) = 219+111+158=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F9E is #249061. Grayscale: #949494. Windows color (decimal): -2396258 or 10383323. OLE color: 10383323.

HSL color Cylindrical-coordinate representation of color #DB6F9E: hue angle of 333.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F9E is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219111158-
CMYK00.490.280.14
HSL333.89º60%64.71%-
HSV(B)333.89º49.32%85.88%-
XYZ41.0728.935.76-
YUV148.65133.28178.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=44.88%
G=22.75%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911115800.490.280.14333.896064.71
HexDB6F9E0311CE14e3c41
Octal333157236061341651674101
Binary1101101111011111001111001100011110011101010011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6F9E; }

 p { color: rgb(219,111,158); }

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

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

 a { background-color: rgb(219,111,158); }

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

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

 span { border-color: rgb(219,111,158); }

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