Html Css Color HEX #DB588A Dark Pink

📋 copy color: '#DB588A'

red 219 ◦ green 88 ◦ blue 138

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

Shades of Dark Pink #DB588A

Tints of Dark Pink #DB588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.78%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 49.21%
G = 19.78%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB588A (or 0xDB588A) is known color: Dark Pink. HEX triplet: DB, 58 and 8A. RGB value is (219,88,138). Sum of RGB (Red+Green+Blue) = 219+88+138=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB588A is #24A775. Grayscale: #848484. Windows color (decimal): -2402166 or 9066715. OLE color: 9066715.

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

Color convert

RGB 219 88 138 -
CMYK 0 0.60 0.37 0.14
HSL 337.1º 0.65% 0.6% -
HSV(B) 337.1º 0.6% 0.86% -
XYZ 37.29 23.87 26.69 -
YUV 132.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 219 88 138 0 0.60 0.37 0.14 337.1 0.65 0.6
Hex DB 58 8A 0 3C 25 E 151 41 3C
Octal 333 130 212 0 74 45 16 521 101 74
Binary 11011011 1011000 10001010 0 111100 100101 1110 101010001 1000001 111100

Color Harmonies of #DB588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB588A

Black with #DB588A

Text Example


Text Example

White with #DB588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB588A; }

 p { color: rgb(219,88,138); }

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

background-color css

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

 a { background-color: rgb(219,88,138); }

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

border-color css

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

 span { border-color: rgb(219,88,138); }

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