Html Css Color HEX #DB5386 Dark Pink

📋 copy color: '#DB5386'

red 219 ◦ green 83 ◦ blue 134

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

Shades of Dark Pink #DB5386

Tints of Dark Pink #DB5386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

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

R = 50.23%
G = 19.04%
B = 30.73%

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

#DB5386 (or 0xDB5386) is known color: Dark Pink. HEX triplet: DB, 53 and 86. RGB value is (219,83,134). Sum of RGB (Red+Green+Blue) = 219+83+134=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5386 is #24AC79. Grayscale: #818181. Windows color (decimal): -2403450 or 8803291. OLE color: 8803291.

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

Color convert

RGB 219 83 134 -
CMYK 0 0.62 0.39 0.14
HSL 337.5º 0.65% 0.59% -
HSV(B) 337.5º 0.62% 0.86% -
XYZ 36.61 22.97 25.06 -
YUV 129.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 219 83 134 0 0.62 0.39 0.14 337.5 0.65 0.59
Hex DB 53 86 0 3E 27 E 152 41 3B
Octal 333 123 206 0 76 47 16 522 101 73
Binary 11011011 1010011 10000110 0 111110 100111 1110 101010010 1000001 111011

Color Harmonies of #DB5386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5386

Black with #DB5386

Text Example


Text Example

White with #DB5386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5386; }

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

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

background-color css

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

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

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

border-color css

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

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

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