#DB5D84

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

Shades of Dark Pink #DB5D84

Tints of Dark Pink #DB5D84

Color information

#DB5D84 (or 0xDB5D84) is unknown color: approx Dark Pink. HEX triplet: DB, 5D and 84. RGB value is (219,93,132). Sum of RGB (Red+Green+Blue) = 219+93+132=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D84 is #24A27B. Grayscale: #878787. Windows color (decimal): -2400892 or 8674779. OLE color: 8674779.

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

Color convert

RGB21993132-
CMYK00.580.400.14
HSL341.43º63.64%61.18%-
HSV(B)341.43º57.53%85.88%-
XYZ37.2924.5524.6-
YUV135.12126.24187.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=49.32%
G=20.95%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199313200.580.400.14341.4363.6461.18
HexDB5D8403A28E155403d
Octal333135204072501652510075
Binary11011011101110110000100011101010100011101010101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5D84; }

 p { color: rgb(219,93,132); }

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

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

 a { background-color: rgb(219,93,132); }

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

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

 span { border-color: rgb(219,93,132); }

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