Html Css Color HEX #DB5F80 Dark Pink

📋 copy color: '#DB5F80'

red 219 ◦ green 95 ◦ blue 128

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

Shades of Dark Pink #DB5F80

Tints of Dark Pink #DB5F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 49.55%
G = 21.49%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB5F80 (or 0xDB5F80) is known color: Dark Pink. HEX triplet: DB, 5F and 80. RGB value is (219,95,128). Sum of RGB (Red+Green+Blue) = 219+95+128=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F80 is #24A07F. Grayscale: #878787. Windows color (decimal): -2400384 or 8413147. OLE color: 8413147.

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

Color convert

RGB 219 95 128 -
CMYK 0 0.57 0.42 0.14
HSL 344.03º 0.63% 0.62% -
HSV(B) 344.03º 0.57% 0.86% -
XYZ 37.2 24.8 23.25 -
YUV 135.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 219 95 128 0 0.57 0.42 0.14 344.03 0.63 0.62
Hex DB 5F 80 0 39 2A E 158 3F 3E
Octal 333 137 200 0 71 52 16 530 77 76
Binary 11011011 1011111 10000000 0 111001 101010 1110 101011000 111111 111110

Color Harmonies of #DB5F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F80

Black with #DB5F80

Text Example


Text Example

White with #DB5F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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