Html Css Color HEX #DB5891 Dark Pink

📋 copy color: '#DB5891'

red 219 ◦ green 88 ◦ blue 145

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

Shades of Dark Pink #DB5891

Tints of Dark Pink #DB5891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.47%

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 48.45%
G = 19.47%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB5891 (or 0xDB5891) is known color: Dark Pink. HEX triplet: DB, 58 and 91. RGB value is (219,88,145). Sum of RGB (Red+Green+Blue) = 219+88+145=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5891 is #24A76E. Grayscale: #858585. Windows color (decimal): -2402159 or 9525467. OLE color: 9525467.

HSL color Cylindrical-coordinate representation of color #DB5891: hue angle of 333.89º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5891 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 145 -
CMYK 0 0.60 0.34 0.14
HSL 333.89º 0.65% 0.6% -
HSV(B) 333.89º 0.6% 0.86% -
XYZ 37.81 24.08 29.44 -
YUV 133.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 219 88 145 0 0.60 0.34 0.14 333.89 0.65 0.6
Hex DB 58 91 0 3C 22 E 14E 41 3C
Octal 333 130 221 0 74 42 16 516 101 74
Binary 11011011 1011000 10010001 0 111100 100010 1110 101001110 1000001 111100

Color Harmonies of #DB5891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5891

Black with #DB5891

Text Example


Text Example

White with #DB5891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5891; }

 p { color: rgb(219,88,145); }

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

background-color css

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

 a { background-color: rgb(219,88,145); }

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

border-color css

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

 span { border-color: rgb(219,88,145); }

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