#DB6887

Color #DB6887 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DB6887

Tints of Deep Blush #DB6887

Color information

#DB6887 (or 0xDB6887) is unknown color: approx Deep Blush. HEX triplet: DB, 68 and 87. RGB value is (219,104,135). Sum of RGB (Red+Green+Blue) = 219+104+135=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6887 is #249778. Grayscale: #8D8D8D. Windows color (decimal): -2398073 or 8874203. OLE color: 8874203.

HSL color Cylindrical-coordinate representation of color #DB6887: hue angle of 343.83º 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 #DB6887 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB219104135-
CMYK00.530.380.14
HSL343.83º61.5%63.33%-
HSV(B)343.83º52.51%85.88%-
XYZ38.5426.7126.05-
YUV141.92124.1182.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=47.82%
G=22.71%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910413500.530.380.14343.8361.563.33
HexDB688703526E1583d3f
Octal33315020706546165307577
Binary1101101111010001000011101101011001101110101011000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6887; }

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

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

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

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

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

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

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

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