Html Css Color HEX #DD5987 Dark Pink

📋 copy color: '#DD5987'

red 221 ◦ green 89 ◦ blue 135

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

Shades of Dark Pink #DD5987

Tints of Dark Pink #DD5987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.34%

R = 49.66%
G = 20%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD5987 (or 0xDD5987) is known color: Dark Pink. HEX triplet: DD, 59 and 87. RGB value is (221,89,135). Sum of RGB (Red+Green+Blue) = 221+89+135=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5987 is #22A678. Grayscale: #858585. Windows color (decimal): -2270841 or 8870365. OLE color: 8870365.

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

Color convert

RGB 221 89 135 -
CMYK 0 0.60 0.39 0.13
HSL 339.09º 0.66% 0.61% -
HSV(B) 339.09º 0.6% 0.87% -
XYZ 37.76 24.27 25.62 -
YUV 133.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 221 89 135 0 0.60 0.39 0.13 339.09 0.66 0.61
Hex DD 59 87 0 3C 27 D 153 42 3D
Octal 335 131 207 0 74 47 15 523 102 75
Binary 11011101 1011001 10000111 0 111100 100111 1101 101010011 1000010 111101

Color Harmonies of #DD5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5987

Black with #DD5987

Text Example


Text Example

White with #DD5987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5987; }

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

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

background-color css

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

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

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

border-color css

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

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

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