Html Css Color HEX #DD5881 Dark Pink

📋 copy color: '#DD5881'

red 221 ◦ green 88 ◦ blue 129

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

Shades of Dark Pink #DD5881

Tints of Dark Pink #DD5881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.45%

R = 50.46%
G = 20.09%
B = 29.45%

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

#DD5881 (or 0xDD5881) is known color: Dark Pink. HEX triplet: DD, 58 and 81. RGB value is (221,88,129). Sum of RGB (Red+Green+Blue) = 221+88+129=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5881 is #22A77E. Grayscale: #848484. Windows color (decimal): -2271103 or 8476893. OLE color: 8476893.

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

Color convert

RGB 221 88 129 -
CMYK 0 0.60 0.42 0.13
HSL 341.5º 0.66% 0.61% -
HSV(B) 341.5º 0.6% 0.87% -
XYZ 37.27 23.94 23.42 -
YUV 132.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 221 88 129 0 0.60 0.42 0.13 341.5 0.66 0.61
Hex DD 58 81 0 3C 2A D 156 42 3D
Octal 335 130 201 0 74 52 15 526 102 75
Binary 11011101 1011000 10000001 0 111100 101010 1101 101010110 1000010 111101

Color Harmonies of #DD5881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5881

Black with #DD5881

Text Example


Text Example

White with #DD5881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5881; }

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

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

background-color css

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

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

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

border-color css

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

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

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