Html Css Color HEX #DD5880 Dark Pink

📋 copy color: '#DD5880'

red 221 ◦ green 88 ◦ blue 128

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

Shades of Dark Pink #DD5880

Tints of Dark Pink #DD5880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.14%

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

R = 50.57%
G = 20.14%
B = 29.29%

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

#DD5880 (or 0xDD5880) is known color: Dark Pink. HEX triplet: DD, 58 and 80. RGB value is (221,88,128). Sum of RGB (Red+Green+Blue) = 221+88+128=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5880 is #22A77F. Grayscale: #848484. Windows color (decimal): -2271104 or 8411357. OLE color: 8411357.

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

Color convert

RGB 221 88 128 -
CMYK 0 0.60 0.42 0.13
HSL 341.95º 0.66% 0.61% -
HSV(B) 341.95º 0.6% 0.87% -
XYZ 37.2 23.91 23.08 -
YUV 132.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 221 88 128 0 0.60 0.42 0.13 341.95 0.66 0.61
Hex DD 58 80 0 3C 2A D 156 42 3D
Octal 335 130 200 0 74 52 15 526 102 75
Binary 11011101 1011000 10000000 0 111100 101010 1101 101010110 1000010 111101

Color Harmonies of #DD5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5880

Black with #DD5880

Text Example


Text Example

White with #DD5880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5880; }

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

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

background-color css

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

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

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

border-color css

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

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

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