Html Css Color HEX #DB5F89 Dark Pink

📋 copy color: '#DB5F89'

red 219 ◦ green 95 ◦ blue 137

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

Shades of Dark Pink #DB5F89

Tints of Dark Pink #DB5F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.06%

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

R = 48.56%
G = 21.06%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB5F89 (or 0xDB5F89) is known color: Dark Pink. HEX triplet: DB, 5F and 89. RGB value is (219,95,137). Sum of RGB (Red+Green+Blue) = 219+95+137=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F89 is #24A076. Grayscale: #888888. Windows color (decimal): -2400375 or 9002971. OLE color: 9002971.

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

Color convert

RGB 219 95 137 -
CMYK 0 0.57 0.37 0.14
HSL 339.68º 0.63% 0.62% -
HSV(B) 339.68º 0.57% 0.86% -
XYZ 37.82 25.05 26.51 -
YUV 136.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 219 95 137 0 0.57 0.37 0.14 339.68 0.63 0.62
Hex DB 5F 89 0 39 25 E 154 3F 3E
Octal 333 137 211 0 71 45 16 524 77 76
Binary 11011011 1011111 10001001 0 111001 100101 1110 101010100 111111 111110

Color Harmonies of #DB5F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F89

Black with #DB5F89

Text Example


Text Example

White with #DB5F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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