Html Css Color HEX #DB5F86 Dark Pink

📋 copy color: '#DB5F86'

red 219 ◦ green 95 ◦ blue 134

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

Shades of Dark Pink #DB5F86

Tints of Dark Pink #DB5F86

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.21%

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

R = 48.88%
G = 21.21%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB5F86 (or 0xDB5F86) is known color: Dark Pink. HEX triplet: DB, 5F and 86. RGB value is (219,95,134). Sum of RGB (Red+Green+Blue) = 219+95+134=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F86 is #24A079. Grayscale: #888888. Windows color (decimal): -2400378 or 8806363. OLE color: 8806363.

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

Color convert

RGB 219 95 134 -
CMYK 0 0.57 0.39 0.14
HSL 341.13º 0.63% 0.62% -
HSV(B) 341.13º 0.57% 0.86% -
XYZ 37.61 24.97 25.39 -
YUV 136.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 219 95 134 0 0.57 0.39 0.14 341.13 0.63 0.62
Hex DB 5F 86 0 39 27 E 155 3F 3E
Octal 333 137 206 0 71 47 16 525 77 76
Binary 11011011 1011111 10000110 0 111001 100111 1110 101010101 111111 111110

Color Harmonies of #DB5F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F86

Black with #DB5F86

Text Example


Text Example

White with #DB5F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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