Html Css Color HEX #DD5980 Dark Pink

📋 copy color: '#DD5980'

red 221 ◦ green 89 ◦ blue 128

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

Shades of Dark Pink #DD5980

Tints of Dark Pink #DD5980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.22%

R = 50.46%
G = 20.32%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD5980 (or 0xDD5980) is known color: Dark Pink. HEX triplet: DD, 59 and 80. RGB value is (221,89,128). Sum of RGB (Red+Green+Blue) = 221+89+128=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5980 is #22A67F. Grayscale: #848484. Windows color (decimal): -2270848 or 8411613. OLE color: 8411613.

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

Color convert

RGB 221 89 128 -
CMYK 0 0.60 0.42 0.13
HSL 342.27º 0.66% 0.61% -
HSV(B) 342.27º 0.6% 0.87% -
XYZ 37.29 24.08 23.1 -
YUV 132.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 221 89 128 0 0.60 0.42 0.13 342.27 0.66 0.61
Hex DD 59 80 0 3C 2A D 156 42 3D
Octal 335 131 200 0 74 52 15 526 102 75
Binary 11011101 1011001 10000000 0 111100 101010 1101 101010110 1000010 111101

Color Harmonies of #DD5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5980

Black with #DD5980

Text Example


Text Example

White with #DD5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5980; }

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

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

background-color css

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

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

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

border-color css

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

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

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