Html Css Color HEX #DD5988 Dark Pink

📋 copy color: '#DD5988'

red 221 ◦ green 89 ◦ blue 136

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

Shades of Dark Pink #DD5988

Tints of Dark Pink #DD5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

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

R = 49.55%
G = 19.96%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD5988 (or 0xDD5988) is known color: Dark Pink. HEX triplet: DD, 59 and 88. RGB value is (221,89,136). Sum of RGB (Red+Green+Blue) = 221+89+136=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5988 is #22A677. Grayscale: #858585. Windows color (decimal): -2270840 or 8935901. OLE color: 8935901.

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

Color convert

RGB 221 89 136 -
CMYK 0 0.60 0.38 0.13
HSL 338.64º 0.66% 0.61% -
HSV(B) 338.64º 0.6% 0.87% -
XYZ 37.84 24.29 25.99 -
YUV 133.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 221 89 136 0 0.60 0.38 0.13 338.64 0.66 0.61
Hex DD 59 88 0 3C 26 D 153 42 3D
Octal 335 131 210 0 74 46 15 523 102 75
Binary 11011101 1011001 10001000 0 111100 100110 1101 101010011 1000010 111101

Color Harmonies of #DD5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5988

Black with #DD5988

Text Example


Text Example

White with #DD5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5988; }

 p { color: rgb(221,89,136); }

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

background-color css

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

 a { background-color: rgb(221,89,136); }

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

border-color css

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

 span { border-color: rgb(221,89,136); }

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