Html Css Color HEX #DB5586 Dark Pink

📋 copy color: '#DB5586'

red 219 ◦ green 85 ◦ blue 134

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

Shades of Dark Pink #DB5586

Tints of Dark Pink #DB5586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 50%
G = 19.41%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB5586 (or 0xDB5586) is known color: Dark Pink. HEX triplet: DB, 55 and 86. RGB value is (219,85,134). Sum of RGB (Red+Green+Blue) = 219+85+134=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5586 is #24AA79. Grayscale: #828282. Windows color (decimal): -2402938 or 8803803. OLE color: 8803803.

HSL color Cylindrical-coordinate representation of color #DB5586: hue angle of 338.06º 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 #DB5586 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 134 -
CMYK 0 0.61 0.39 0.14
HSL 338.06º 0.65% 0.6% -
HSV(B) 338.06º 0.61% 0.86% -
XYZ 36.77 23.28 25.11 -
YUV 130.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 219 85 134 0 0.61 0.39 0.14 338.06 0.65 0.6
Hex DB 55 86 0 3D 27 E 152 41 3C
Octal 333 125 206 0 75 47 16 522 101 74
Binary 11011011 1010101 10000110 0 111101 100111 1110 101010010 1000001 111100

Color Harmonies of #DB5586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5586

Black with #DB5586

Text Example


Text Example

White with #DB5586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5586; }

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

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

background-color css

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

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

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

border-color css

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

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

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