#DB6B90

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

Shades of Pale Violet Red #DB6B90

Tints of Pale Violet Red #DB6B90

Color information

#DB6B90 (or 0xDB6B90) is unknown color: approx Pale Violet Red. HEX triplet: DB, 6B and 90. RGB value is (219,107,144). Sum of RGB (Red+Green+Blue) = 219+107+144=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B90 is #24946F. Grayscale: #909090. Windows color (decimal): -2397296 or 9464795. OLE color: 9464795.

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

Color convert

RGB219107144-
CMYK00.510.340.14
HSL340.18º60.87%63.92%-
HSV(B)340.18º51.14%85.88%-
XYZ39.5127.5929.63-
YUV144.71127.61180.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.60%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=46.60%
G=22.77%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910714400.510.340.14340.1860.8763.92
HexDB6B9003322E1543d40
Octal333153220063421652475100
Binary11011011110101110010000011001110001011101010101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6B90; }

 p { color: rgb(219,107,144); }

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

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

 a { background-color: rgb(219,107,144); }

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

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

 span { border-color: rgb(219,107,144); }

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