Html Css Color HEX #DB5591 Dark Pink

📋 copy color: '#DB5591'

red 219 ◦ green 85 ◦ blue 145

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

Shades of Dark Pink #DB5591

Tints of Dark Pink #DB5591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

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

R = 48.78%
G = 18.93%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB5591 (or 0xDB5591) is known color: Dark Pink. HEX triplet: DB, 55 and 91. RGB value is (219,85,145). Sum of RGB (Red+Green+Blue) = 219+85+145=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5591 is #24AA6E. Grayscale: #838383. Windows color (decimal): -2402927 or 9524699. OLE color: 9524699.

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

Color convert

RGB 219 85 145 -
CMYK 0 0.61 0.34 0.14
HSL 333.13º 0.65% 0.6% -
HSV(B) 333.13º 0.61% 0.86% -
XYZ 37.57 23.6 29.36 -
YUV 131.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 219 85 145 0 0.61 0.34 0.14 333.13 0.65 0.6
Hex DB 55 91 0 3D 22 E 14D 41 3C
Octal 333 125 221 0 75 42 16 515 101 74
Binary 11011011 1010101 10010001 0 111101 100010 1110 101001101 1000001 111100

Color Harmonies of #DB5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5591

Black with #DB5591

Text Example


Text Example

White with #DB5591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5591; }

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

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

background-color css

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

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

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

border-color css

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

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

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