Html Css Color HEX #DB5491 Dark Pink

📋 copy color: '#DB5491'

red 219 ◦ green 84 ◦ blue 145

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

Shades of Dark Pink #DB5491

Tints of Dark Pink #DB5491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.75%

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

R = 48.88%
G = 18.75%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB5491 (or 0xDB5491) is known color: Dark Pink. HEX triplet: DB, 54 and 91. RGB value is (219,84,145). Sum of RGB (Red+Green+Blue) = 219+84+145=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5491 is #24AB6E. Grayscale: #838383. Windows color (decimal): -2403183 or 9524443. OLE color: 9524443.

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

Color convert

RGB 219 84 145 -
CMYK 0 0.62 0.34 0.14
HSL 332.89º 0.65% 0.59% -
HSV(B) 332.89º 0.62% 0.86% -
XYZ 37.49 23.45 29.34 -
YUV 131.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 219 84 145 0 0.62 0.34 0.14 332.89 0.65 0.59
Hex DB 54 91 0 3E 22 E 14D 41 3B
Octal 333 124 221 0 76 42 16 515 101 73
Binary 11011011 1010100 10010001 0 111110 100010 1110 101001101 1000001 111011

Color Harmonies of #DB5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5491

Black with #DB5491

Text Example


Text Example

White with #DB5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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