Html Css Color HEX #DD5488 Dark Pink

📋 copy color: '#DD5488'

red 221 ◦ green 84 ◦ blue 136

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

Shades of Dark Pink #DD5488

Tints of Dark Pink #DD5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

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

R = 50.11%
G = 19.05%
B = 30.84%

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

#DD5488 (or 0xDD5488) is known color: Dark Pink. HEX triplet: DD, 54 and 88. RGB value is (221,84,136). Sum of RGB (Red+Green+Blue) = 221+84+136=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5488 is #22AB77. Grayscale: #828282. Windows color (decimal): -2272120 or 8934621. OLE color: 8934621.

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

Color convert

RGB 221 84 136 -
CMYK 0 0.62 0.38 0.13
HSL 337.23º 0.67% 0.6% -
HSV(B) 337.23º 0.62% 0.87% -
XYZ 37.43 23.49 25.85 -
YUV 130.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 221 84 136 0 0.62 0.38 0.13 337.23 0.67 0.6
Hex DD 54 88 0 3E 26 D 151 43 3C
Octal 335 124 210 0 76 46 15 521 103 74
Binary 11011101 1010100 10001000 0 111110 100110 1101 101010001 1000011 111100

Color Harmonies of #DD5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5488

Black with #DD5488

Text Example


Text Example

White with #DD5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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