#DB6891

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

Shades of Pale Violet Red #DB6891

Tints of Pale Violet Red #DB6891

Color information

#DB6891 (or 0xDB6891) is unknown color: approx Pale Violet Red. HEX triplet: DB, 68 and 91. RGB value is (219,104,145). Sum of RGB (Red+Green+Blue) = 219+104+145=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6891 is #24976E. Grayscale: #8F8F8F. Windows color (decimal): -2398063 or 9529563. OLE color: 9529563.

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

Color convert

RGB219104145-
CMYK00.530.340.14
HSL338.61º61.5%63.33%-
HSV(B)338.61º52.51%85.88%-
XYZ39.2727.0129.93-
YUV143.06129.1182.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.79%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=46.79%
G=22.22%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910414500.530.340.14338.6161.563.33
HexDB689103522E1533d3f
Octal33315022106542165237577
Binary1101101111010001001000101101011000101110101010011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6891; }

 p { color: rgb(219,104,145); }

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

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

 a { background-color: rgb(219,104,145); }

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

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

 span { border-color: rgb(219,104,145); }

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