#DB5A85

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

Shades of Dark Pink #DB5A85

Tints of Dark Pink #DB5A85

Color information

#DB5A85 (or 0xDB5A85) is unknown color: approx Dark Pink. HEX triplet: DB, 5A and 85. RGB value is (219,90,133). Sum of RGB (Red+Green+Blue) = 219+90+133=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A85 is #24A57A. Grayscale: #858585. Windows color (decimal): -2401659 or 8739547. OLE color: 8739547.

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

Color convert

RGB21990133-
CMYK00.590.390.14
HSL340º64.18%60.59%-
HSV(B)340º58.9%85.88%-
XYZ37.124.0724.88-
YUV133.47127.74189-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.55%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=49.55%
G=20.36%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199013300.590.390.1434064.1860.59
HexDB5A8503B27E154403d
Octal333132205073471652410075
Binary11011011101101010000101011101110011111101010101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5A85; }

 p { color: rgb(219,90,133); }

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

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

 a { background-color: rgb(219,90,133); }

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

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

 span { border-color: rgb(219,90,133); }

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