#DB5690

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

Shades of Dark Pink #DB5690

Tints of Dark Pink #DB5690

Color information

#DB5690 (or 0xDB5690) is unknown color: approx Dark Pink. HEX triplet: DB, 56 and 90. RGB value is (219,86,144). Sum of RGB (Red+Green+Blue) = 219+86+144=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5690 is #24A96F. Grayscale: #848484. Windows color (decimal): -2402672 or 9459419. OLE color: 9459419.

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

Color convert

RGB21986144-
CMYK00.610.340.14
HSL333.83º64.88%59.8%-
HSV(B)333.83º60.73%85.88%-
XYZ37.5823.7328.99-
YUV132.38134.56189.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=48.78%
G=19.15%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198614400.610.340.14333.8364.8859.8
HexDB569003D22E14e413c
Octal333126220075421651610174
Binary11011011101011010010000011110110001011101010011101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5690; }

 p { color: rgb(219,86,144); }

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

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

 a { background-color: rgb(219,86,144); }

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

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

 span { border-color: rgb(219,86,144); }

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