Html Css Color HEX #DB5089 Dark Pink

📋 copy color: '#DB5089'

red 219 ◦ green 80 ◦ blue 137

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

Shades of Dark Pink #DB5089

Tints of Dark Pink #DB5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

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

R = 50.23%
G = 18.35%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB5089 (or 0xDB5089) is known color: Dark Pink. HEX triplet: DB, 50 and 89. RGB value is (219,80,137). Sum of RGB (Red+Green+Blue) = 219+80+137=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5089 is #24AF76. Grayscale: #7F7F7F. Windows color (decimal): -2404215 or 8999131. OLE color: 8999131.

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

Color convert

RGB 219 80 137 -
CMYK 0 0.63 0.37 0.14
HSL 335.4º 0.66% 0.59% -
HSV(B) 335.4º 0.63% 0.86% -
XYZ 36.6 22.6 26.1 -
YUV 128.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 219 80 137 0 0.63 0.37 0.14 335.4 0.66 0.59
Hex DB 50 89 0 3F 25 E 14F 42 3B
Octal 333 120 211 0 77 45 16 517 102 73
Binary 11011011 1010000 10001001 0 111111 100101 1110 101001111 1000010 111011

Color Harmonies of #DB5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5089

Black with #DB5089

Text Example


Text Example

White with #DB5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5089; }

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

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

background-color css

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

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

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

border-color css

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

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

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