Html Css Color HEX #DB4E89 Dark Pink

📋 copy color: '#DB4E89'

red 219 ◦ green 78 ◦ blue 137

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

Shades of Dark Pink #DB4E89

Tints of Dark Pink #DB4E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.97%

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

R = 50.46%
G = 17.97%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB4E89 (or 0xDB4E89) is known color: Dark Pink. HEX triplet: DB, 4E and 89. RGB value is (219,78,137). Sum of RGB (Red+Green+Blue) = 219+78+137=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4E89 is #24B176. Grayscale: #7E7E7E. Windows color (decimal): -2404727 or 8998619. OLE color: 8998619.

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

Color convert

RGB 219 78 137 -
CMYK 0 0.64 0.37 0.14
HSL 334.89º 0.66% 0.58% -
HSV(B) 334.89º 0.64% 0.86% -
XYZ 36.45 22.31 26.05 -
YUV 126.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 219 78 137 0 0.64 0.37 0.14 334.89 0.66 0.58
Hex DB 4E 89 0 40 25 E 14F 42 3A
Octal 333 116 211 0 100 45 16 517 102 72
Binary 11011011 1001110 10001001 0 1000000 100101 1110 101001111 1000010 111010

Color Harmonies of #DB4E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E89

Black with #DB4E89

Text Example


Text Example

White with #DB4E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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