Html Css Color HEX #DB5987 Dark Pink

📋 copy color: '#DB5987'

red 219 ◦ green 89 ◦ blue 135

#DB5987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #DB5987

Tints of Dark Pink #DB5987

RGB

 RED value IS 219 (85.94% from 255) = 49.44%

 GREEN value IS 89 (35.16% from 255) = 20.09%

 BLUE value IS 135 (53.13% from 255) = 30.47%

R = 49.44%
G = 20.09%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB5987 (or 0xDB5987) is known color: Dark Pink. HEX triplet: DB, 59 and 87. RGB value is (219,89,135). Sum of RGB (Red+Green+Blue) = 219+89+135=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5987 is #24A678. Grayscale: #858585. Windows color (decimal): -2401913 or 8870363. OLE color: 8870363.

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

Color convert

RGB 219 89 135 -
CMYK 0 0.59 0.38 0.14
HSL 338.77º 0.64% 0.6% -
HSV(B) 338.77º 0.59% 0.86% -
XYZ 37.16 23.95 25.59 -
YUV 133.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 219 89 135 0 0.59 0.38 0.14 338.77 0.64 0.6
Hex DB 59 87 0 3B 26 E 153 40 3C
Octal 333 131 207 0 73 46 16 523 100 74
Binary 11011011 1011001 10000111 0 111011 100110 1110 101010011 1000000 111100

Color Harmonies of #DB5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5987

Black with #DB5987

Text Example


Text Example

White with #DB5987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5987; }

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

 H1.HeaderClassName
 {
   color: #DB5987;
 }
 .AnyTagClassName
 {
   color: #DB5987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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