Html Css Color HEX #DB5786 Dark Pink

📋 copy color: '#DB5786'

red 219 ◦ green 87 ◦ blue 134

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

Shades of Dark Pink #DB5786

Tints of Dark Pink #DB5786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

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

R = 49.77%
G = 19.77%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB5786 (or 0xDB5786) is known color: Dark Pink. HEX triplet: DB, 57 and 86. RGB value is (219,87,134). Sum of RGB (Red+Green+Blue) = 219+87+134=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5786 is #24A879. Grayscale: #838383. Windows color (decimal): -2402426 or 8804315. OLE color: 8804315.

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

Color convert

RGB 219 87 134 -
CMYK 0 0.60 0.39 0.14
HSL 338.64º 0.65% 0.6% -
HSV(B) 338.64º 0.6% 0.86% -
XYZ 36.92 23.6 25.16 -
YUV 131.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 219 87 134 0 0.60 0.39 0.14 338.64 0.65 0.6
Hex DB 57 86 0 3C 27 E 153 41 3C
Octal 333 127 206 0 74 47 16 523 101 74
Binary 11011011 1010111 10000110 0 111100 100111 1110 101010011 1000001 111100

Color Harmonies of #DB5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5786

Black with #DB5786

Text Example


Text Example

White with #DB5786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5786; }

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

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

background-color css

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

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

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

border-color css

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

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

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