Html Css Color HEX #DB5F87 Dark Pink

📋 copy color: '#DB5F87'

red 219 ◦ green 95 ◦ blue 135

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

Shades of Dark Pink #DB5F87

Tints of Dark Pink #DB5F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 48.78%
G = 21.16%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB5F87 (or 0xDB5F87) is known color: Dark Pink. HEX triplet: DB, 5F and 87. RGB value is (219,95,135). Sum of RGB (Red+Green+Blue) = 219+95+135=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F87 is #24A078. Grayscale: #888888. Windows color (decimal): -2400377 or 8871899. OLE color: 8871899.

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

Color convert

RGB 219 95 135 -
CMYK 0 0.57 0.38 0.14
HSL 340.65º 0.63% 0.62% -
HSV(B) 340.65º 0.57% 0.86% -
XYZ 37.68 24.99 25.76 -
YUV 136.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 219 95 135 0 0.57 0.38 0.14 340.65 0.63 0.62
Hex DB 5F 87 0 39 26 E 155 3F 3E
Octal 333 137 207 0 71 46 16 525 77 76
Binary 11011011 1011111 10000111 0 111001 100110 1110 101010101 111111 111110

Color Harmonies of #DB5F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F87

Black with #DB5F87

Text Example


Text Example

White with #DB5F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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