#DB5488

Color #DB5488 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DB5488

Tints of Dark Pink #DB5488

Color information

#DB5488 (or 0xDB5488) is unknown color: approx Dark Pink. HEX triplet: DB, 54 and 88. RGB value is (219,84,136). Sum of RGB (Red+Green+Blue) = 219+84+136=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5488 is #24AB77. Grayscale: #828282. Windows color (decimal): -2403192 or 8934619. OLE color: 8934619.

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

Color convert

RGB21984136-
CMYK00.620.380.14
HSL336.89º65.22%59.41%-
HSV(B)336.89º61.64%85.88%-
XYZ36.8323.1825.83-
YUV130.29131.23191.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=49.89%
G=19.13%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198413600.620.380.14336.8965.2259.41
HexDB548803E26E151413b
Octal333124210076461652110173
Binary11011011101010010001000011111010011011101010100011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5488; }

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

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

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

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

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

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

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

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