Html Css Color HEX #DB5A89 Dark Pink

📋 copy color: '#DB5A89'

red 219 ◦ green 90 ◦ blue 137

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

Shades of Dark Pink #DB5A89

Tints of Dark Pink #DB5A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

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

R = 49.1%
G = 20.18%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB5A89 (or 0xDB5A89) is known color: Dark Pink. HEX triplet: DB, 5A and 89. RGB value is (219,90,137). Sum of RGB (Red+Green+Blue) = 219+90+137=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A89 is #24A576. Grayscale: #858585. Windows color (decimal): -2401655 or 9001691. OLE color: 9001691.

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

Color convert

RGB 219 90 137 -
CMYK 0 0.59 0.37 0.14
HSL 338.14º 0.64% 0.61% -
HSV(B) 338.14º 0.59% 0.86% -
XYZ 37.38 24.18 26.36 -
YUV 133.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 219 90 137 0 0.59 0.37 0.14 338.14 0.64 0.61
Hex DB 5A 89 0 3B 25 E 152 40 3D
Octal 333 132 211 0 73 45 16 522 100 75
Binary 11011011 1011010 10001001 0 111011 100101 1110 101010010 1000000 111101

Color Harmonies of #DB5A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A89

Black with #DB5A89

Text Example


Text Example

White with #DB5A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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