Html Css Color HEX #DB5189 Dark Pink

📋 copy color: '#DB5189'

red 219 ◦ green 81 ◦ blue 137

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

Shades of Dark Pink #DB5189

Tints of Dark Pink #DB5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.54%

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

R = 50.11%
G = 18.54%
B = 31.35%

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

#DB5189 (or 0xDB5189) is known color: Dark Pink. HEX triplet: DB, 51 and 89. RGB value is (219,81,137). Sum of RGB (Red+Green+Blue) = 219+81+137=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5189 is #24AE76. Grayscale: #808080. Windows color (decimal): -2403959 or 8999387. OLE color: 8999387.

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

Color convert

RGB 219 81 137 -
CMYK 0 0.63 0.37 0.14
HSL 335.65º 0.66% 0.59% -
HSV(B) 335.65º 0.63% 0.86% -
XYZ 36.67 22.75 26.13 -
YUV 128.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 219 81 137 0 0.63 0.37 0.14 335.65 0.66 0.59
Hex DB 51 89 0 3F 25 E 150 42 3B
Octal 333 121 211 0 77 45 16 520 102 73
Binary 11011011 1010001 10001001 0 111111 100101 1110 101010000 1000010 111011

Color Harmonies of #DB5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5189

Black with #DB5189

Text Example


Text Example

White with #DB5189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5189; }

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

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

background-color css

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

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

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

border-color css

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

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

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