Html Css Color HEX #DD5591 Dark Pink

📋 copy color: '#DD5591'

red 221 ◦ green 85 ◦ blue 145

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

Shades of Dark Pink #DD5591

Tints of Dark Pink #DD5591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.15%

R = 49%
G = 18.85%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5591 (or 0xDD5591) is known color: Dark Pink. HEX triplet: DD, 55 and 91. RGB value is (221,85,145). Sum of RGB (Red+Green+Blue) = 221+85+145=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5591 is #22AA6E. Grayscale: #848484. Windows color (decimal): -2271855 or 9524701. OLE color: 9524701.

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

Color convert

RGB 221 85 145 -
CMYK 0 0.62 0.34 0.13
HSL 333.53º 0.67% 0.6% -
HSV(B) 333.53º 0.62% 0.87% -
XYZ 38.18 23.91 29.39 -
YUV 132.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 221 85 145 0 0.62 0.34 0.13 333.53 0.67 0.6
Hex DD 55 91 0 3E 22 D 14E 43 3C
Octal 335 125 221 0 76 42 15 516 103 74
Binary 11011101 1010101 10010001 0 111110 100010 1101 101001110 1000011 111100

Color Harmonies of #DD5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5591

Black with #DD5591

Text Example


Text Example

White with #DD5591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5591; }

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

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

background-color css

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

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

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

border-color css

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

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

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