Html Css Color HEX #DB5989 Dark Pink

📋 copy color: '#DB5989'

red 219 ◦ green 89 ◦ blue 137

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

Shades of Dark Pink #DB5989

Tints of Dark Pink #DB5989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.79%

R = 49.21%
G = 20%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB5989 (or 0xDB5989) is known color: Dark Pink. HEX triplet: DB, 59 and 89. RGB value is (219,89,137). Sum of RGB (Red+Green+Blue) = 219+89+137=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5989 is #24A676. Grayscale: #858585. Windows color (decimal): -2401911 or 9001435. OLE color: 9001435.

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

Color convert

RGB 219 89 137 -
CMYK 0 0.59 0.37 0.14
HSL 337.85º 0.64% 0.6% -
HSV(B) 337.85º 0.59% 0.86% -
XYZ 37.3 24.01 26.34 -
YUV 133.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 219 89 137 0 0.59 0.37 0.14 337.85 0.64 0.6
Hex DB 59 89 0 3B 25 E 152 40 3C
Octal 333 131 211 0 73 45 16 522 100 74
Binary 11011011 1011001 10001001 0 111011 100101 1110 101010010 1000000 111100

Color Harmonies of #DB5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5989

Black with #DB5989

Text Example


Text Example

White with #DB5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5989; }

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

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

background-color css

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

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

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

border-color css

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

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

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