Html Css Color HEX #DB588D Dark Pink

📋 copy color: '#DB588D'

red 219 ◦ green 88 ◦ blue 141

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

Shades of Dark Pink #DB588D

Tints of Dark Pink #DB588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 48.88%
G = 19.64%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB588D (or 0xDB588D) is known color: Dark Pink. HEX triplet: DB, 58 and 8D. RGB value is (219,88,141). Sum of RGB (Red+Green+Blue) = 219+88+141=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB588D is #24A772. Grayscale: #858585. Windows color (decimal): -2402163 or 9263323. OLE color: 9263323.

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

Color convert

RGB 219 88 141 -
CMYK 0 0.60 0.36 0.14
HSL 335.73º 0.65% 0.6% -
HSV(B) 335.73º 0.6% 0.86% -
XYZ 37.51 23.96 27.85 -
YUV 133.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 219 88 141 0 0.60 0.36 0.14 335.73 0.65 0.6
Hex DB 58 8D 0 3C 24 E 150 41 3C
Octal 333 130 215 0 74 44 16 520 101 74
Binary 11011011 1011000 10001101 0 111100 100100 1110 101010000 1000001 111100

Color Harmonies of #DB588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB588D

Black with #DB588D

Text Example


Text Example

White with #DB588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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