#DB5287

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

Shades of Dark Pink #DB5287

Tints of Dark Pink #DB5287

Color information

#DB5287 (or 0xDB5287) is unknown color: approx Dark Pink. HEX triplet: DB, 52 and 87. RGB value is (219,82,135). Sum of RGB (Red+Green+Blue) = 219+82+135=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5287 is #24AD78. Grayscale: #808080. Windows color (decimal): -2403705 or 8868571. OLE color: 8868571.

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

Color convert

RGB21982135-
CMYK00.630.380.14
HSL336.79º65.55%59.02%-
HSV(B)336.79º62.56%85.88%-
XYZ36.622.8425.4-
YUV129131.39192.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.23%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=50.23%
G=18.81%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198213500.630.380.14336.7965.5559.02
HexDB528703F26E151423b
Octal333122207077461652110273
Binary11011011101001010000111011111110011011101010100011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5287; }

 p { color: rgb(219,82,135); }

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

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

 a { background-color: rgb(219,82,135); }

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

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

 span { border-color: rgb(219,82,135); }

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