#DB6888

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

Shades of Deep Blush #DB6888

Tints of Deep Blush #DB6888

Color information

#DB6888 (or 0xDB6888) is unknown color: approx Deep Blush. HEX triplet: DB, 68 and 88. RGB value is (219,104,136). Sum of RGB (Red+Green+Blue) = 219+104+136=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6888 is #249777. Grayscale: #8E8E8E. Windows color (decimal): -2398072 or 8939739. OLE color: 8939739.

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

Color convert

RGB219104136-
CMYK00.530.380.14
HSL343.3º61.5%63.33%-
HSV(B)343.3º52.51%85.88%-
XYZ38.6126.7426.42-
YUV142.03124.6182.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.71%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=47.71%
G=22.66%
B=29.63%

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
Decimal21910413600.530.380.14343.361.563.33
HexDB688803526E1573d3f
Octal33315021006546165277577
Binary1101101111010001000100001101011001101110101010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6888; }

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

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

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

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

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

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

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

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