Html Css Color HEX #DB5486 Dark Pink

📋 copy color: '#DB5486'

red 219 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #DB5486

Tints of Dark Pink #DB5486

RGB

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

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

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

R = 50.11%
G = 19.22%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB5486 (or 0xDB5486) is known color: Dark Pink. HEX triplet: DB, 54 and 86. RGB value is (219,84,134). Sum of RGB (Red+Green+Blue) = 219+84+134=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5486 is #24AB79. Grayscale: #828282. Windows color (decimal): -2403194 or 8803547. OLE color: 8803547.

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

Color convert

RGB 219 84 134 -
CMYK 0 0.62 0.39 0.14
HSL 337.78º 0.65% 0.59% -
HSV(B) 337.78º 0.62% 0.86% -
XYZ 36.69 23.12 25.08 -
YUV 130.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 219 84 134 0 0.62 0.39 0.14 337.78 0.65 0.59
Hex DB 54 86 0 3E 27 E 152 41 3B
Octal 333 124 206 0 76 47 16 522 101 73
Binary 11011011 1010100 10000110 0 111110 100111 1110 101010010 1000001 111011

Color Harmonies of #DB5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5486

Black with #DB5486

Text Example


Text Example

White with #DB5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5486; }

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

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

background-color css

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

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

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

border-color css

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

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

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