Html Css Color HEX #DB5788 Dark Pink

📋 copy color: '#DB5788'

red 219 ◦ green 87 ◦ blue 136

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

Shades of Dark Pink #DB5788

Tints of Dark Pink #DB5788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.77%

R = 49.55%
G = 19.68%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB5788 (or 0xDB5788) is known color: Dark Pink. HEX triplet: DB, 57 and 88. RGB value is (219,87,136). Sum of RGB (Red+Green+Blue) = 219+87+136=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5788 is #24A877. Grayscale: #838383. Windows color (decimal): -2402424 or 8935387. OLE color: 8935387.

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

Color convert

RGB 219 87 136 -
CMYK 0 0.60 0.38 0.14
HSL 337.73º 0.65% 0.6% -
HSV(B) 337.73º 0.6% 0.86% -
XYZ 37.07 23.65 25.9 -
YUV 132.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 219 87 136 0 0.60 0.38 0.14 337.73 0.65 0.6
Hex DB 57 88 0 3C 26 E 152 41 3C
Octal 333 127 210 0 74 46 16 522 101 74
Binary 11011011 1010111 10001000 0 111100 100110 1110 101010010 1000001 111100

Color Harmonies of #DB5788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5788

Black with #DB5788

Text Example


Text Example

White with #DB5788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5788; }

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

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

background-color css

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

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

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

border-color css

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

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

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