Html Css Color HEX #DD5589 Dark Pink

📋 copy color: '#DD5589'

red 221 ◦ green 85 ◦ blue 137

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

Shades of Dark Pink #DD5589

Tints of Dark Pink #DD5589

RGB

 RED value IS 221 (86.72% from 255) = 49.89%

 GREEN value IS 85 (33.59% from 255) = 19.19%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 49.89%
G = 19.19%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD5589 (or 0xDD5589) is known color: Dark Pink. HEX triplet: DD, 55 and 89. RGB value is (221,85,137). Sum of RGB (Red+Green+Blue) = 221+85+137=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5589 is #22AA76. Grayscale: #838383. Windows color (decimal): -2271863 or 9000413. OLE color: 9000413.

HSL color Cylindrical-coordinate representation of color #DD5589: hue angle of 337.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5589 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 137 -
CMYK 0 0.62 0.38 0.13
HSL 337.06º 0.67% 0.6% -
HSV(B) 337.06º 0.62% 0.87% -
XYZ 37.58 23.68 26.26 -
YUV 131.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 221 85 137 0 0.62 0.38 0.13 337.06 0.67 0.6
Hex DD 55 89 0 3E 26 D 151 43 3C
Octal 335 125 211 0 76 46 15 521 103 74
Binary 11011101 1010101 10001001 0 111110 100110 1101 101010001 1000011 111100

Color Harmonies of #DD5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5589

Black with #DD5589

Text Example


Text Example

White with #DD5589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5589; }

 p { color: rgb(221,85,137); }

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

background-color css

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

 a { background-color: rgb(221,85,137); }

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

border-color css

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

 span { border-color: rgb(221,85,137); }

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