#DB6088

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

Shades of Deep Blush #DB6088

Tints of Deep Blush #DB6088

Color information

#DB6088 (or 0xDB6088) is unknown color: approx Deep Blush. HEX triplet: DB, 60 and 88. RGB value is (219,96,136). Sum of RGB (Red+Green+Blue) = 219+96+136=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6088 is #249F77. Grayscale: #898989. Windows color (decimal): -2400120 or 8937691. OLE color: 8937691.

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

Color convert

RGB21996136-
CMYK00.560.380.14
HSL340.49º63.08%61.76%-
HSV(B)340.49º56.16%85.88%-
XYZ37.8425.226.16-
YUV137.34127.25186.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=48.56%
G=21.29%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199613600.560.380.14340.4963.0861.76
HexDB608803826E1543f3e
Octal33314021007046165247776
Binary1101101111000001000100001110001001101110101010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6088; }

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

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

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

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

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

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

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

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