Html Css Color HEX #DB5389 Dark Pink

📋 copy color: '#DB5389'

red 219 ◦ green 83 ◦ blue 137

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

Shades of Dark Pink #DB5389

Tints of Dark Pink #DB5389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.91%

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

R = 49.89%
G = 18.91%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB5389 (or 0xDB5389) is known color: Dark Pink. HEX triplet: DB, 53 and 89. RGB value is (219,83,137). Sum of RGB (Red+Green+Blue) = 219+83+137=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5389 is #24AC76. Grayscale: #818181. Windows color (decimal): -2403447 or 8999899. OLE color: 8999899.

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

Color convert

RGB 219 83 137 -
CMYK 0 0.62 0.37 0.14
HSL 336.18º 0.65% 0.59% -
HSV(B) 336.18º 0.62% 0.86% -
XYZ 36.82 23.05 26.18 -
YUV 129.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 219 83 137 0 0.62 0.37 0.14 336.18 0.65 0.59
Hex DB 53 89 0 3E 25 E 150 41 3B
Octal 333 123 211 0 76 45 16 520 101 73
Binary 11011011 1010011 10001001 0 111110 100101 1110 101010000 1000001 111011

Color Harmonies of #DB5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5389

Black with #DB5389

Text Example


Text Example

White with #DB5389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5389; }

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

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

background-color css

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

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

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

border-color css

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

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

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