Html Css Color HEX #DD5991 Dark Pink

📋 copy color: '#DD5991'

red 221 ◦ green 89 ◦ blue 145

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

Shades of Dark Pink #DD5991

Tints of Dark Pink #DD5991

RGB

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

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

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

R = 48.57%
G = 19.56%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5991 (or 0xDD5991) is known color: Dark Pink. HEX triplet: DD, 59 and 91. RGB value is (221,89,145). Sum of RGB (Red+Green+Blue) = 221+89+145=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5991 is #22A66E. Grayscale: #868686. Windows color (decimal): -2270831 or 9525725. OLE color: 9525725.

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

Color convert

RGB 221 89 145 -
CMYK 0 0.60 0.34 0.13
HSL 334.55º 0.66% 0.61% -
HSV(B) 334.55º 0.6% 0.87% -
XYZ 38.5 24.56 29.5 -
YUV 134.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 221 89 145 0 0.60 0.34 0.13 334.55 0.66 0.61
Hex DD 59 91 0 3C 22 D 14F 42 3D
Octal 335 131 221 0 74 42 15 517 102 75
Binary 11011101 1011001 10010001 0 111100 100010 1101 101001111 1000010 111101

Color Harmonies of #DD5991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5991

Black with #DD5991

Text Example


Text Example

White with #DD5991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5991; }

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

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

background-color css

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

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

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

border-color css

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

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

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