Html Css Color HEX #DB5E86 Dark Pink

📋 copy color: '#DB5E86'

red 219 ◦ green 94 ◦ blue 134

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

Shades of Dark Pink #DB5E86

Tints of Dark Pink #DB5E86

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.03%

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

R = 48.99%
G = 21.03%
B = 29.98%

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

#DB5E86 (or 0xDB5E86) is known color: Dark Pink. HEX triplet: DB, 5E and 86. RGB value is (219,94,134). Sum of RGB (Red+Green+Blue) = 219+94+134=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E86 is #24A179. Grayscale: #878787. Windows color (decimal): -2400634 or 8806107. OLE color: 8806107.

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

Color convert

RGB 219 94 134 -
CMYK 0 0.57 0.39 0.14
HSL 340.8º 0.63% 0.61% -
HSV(B) 340.8º 0.57% 0.86% -
XYZ 37.52 24.79 25.36 -
YUV 135.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 219 94 134 0 0.57 0.39 0.14 340.8 0.63 0.61
Hex DB 5E 86 0 39 27 E 155 3F 3D
Octal 333 136 206 0 71 47 16 525 77 75
Binary 11011011 1011110 10000110 0 111001 100111 1110 101010101 111111 111101

Color Harmonies of #DB5E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E86

Black with #DB5E86

Text Example


Text Example

White with #DB5E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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