Html Css Color HEX #DB5B89 Dark Pink

📋 copy color: '#DB5B89'

red 219 ◦ green 91 ◦ blue 137

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

Shades of Dark Pink #DB5B89

Tints of Dark Pink #DB5B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.36%

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

R = 48.99%
G = 20.36%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB5B89 (or 0xDB5B89) is known color: Dark Pink. HEX triplet: DB, 5B and 89. RGB value is (219,91,137). Sum of RGB (Red+Green+Blue) = 219+91+137=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B89 is #24A476. Grayscale: #868686. Windows color (decimal): -2401399 or 9001947. OLE color: 9001947.

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

Color convert

RGB 219 91 137 -
CMYK 0 0.58 0.37 0.14
HSL 338.44º 0.64% 0.61% -
HSV(B) 338.44º 0.58% 0.86% -
XYZ 37.47 24.35 26.39 -
YUV 134.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 219 91 137 0 0.58 0.37 0.14 338.44 0.64 0.61
Hex DB 5B 89 0 3A 25 E 152 40 3D
Octal 333 133 211 0 72 45 16 522 100 75
Binary 11011011 1011011 10001001 0 111010 100101 1110 101010010 1000000 111101

Color Harmonies of #DB5B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B89

Black with #DB5B89

Text Example


Text Example

White with #DB5B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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