Html Css Color HEX #DB5988 Dark Pink

📋 copy color: '#DB5988'

red 219 ◦ green 89 ◦ blue 136

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

Shades of Dark Pink #DB5988

Tints of Dark Pink #DB5988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.63%

R = 49.32%
G = 20.05%
B = 30.63%

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

#DB5988 (or 0xDB5988) is known color: Dark Pink. HEX triplet: DB, 59 and 88. RGB value is (219,89,136). Sum of RGB (Red+Green+Blue) = 219+89+136=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5988 is #24A677. Grayscale: #858585. Windows color (decimal): -2401912 or 8935899. OLE color: 8935899.

HSL color Cylindrical-coordinate representation of color #DB5988: hue angle of 338.31º 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 #DB5988 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 136 -
CMYK 0 0.59 0.38 0.14
HSL 338.31º 0.64% 0.6% -
HSV(B) 338.31º 0.59% 0.86% -
XYZ 37.23 23.98 25.96 -
YUV 133.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 219 89 136 0 0.59 0.38 0.14 338.31 0.64 0.6
Hex DB 59 88 0 3B 26 E 152 40 3C
Octal 333 131 210 0 73 46 16 522 100 74
Binary 11011011 1011001 10001000 0 111011 100110 1110 101010010 1000000 111100

Color Harmonies of #DB5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5988

Black with #DB5988

Text Example


Text Example

White with #DB5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5988; }

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

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

background-color css

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

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

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

border-color css

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

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

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