Html Css Color HEX #DD5882 Dark Pink

📋 copy color: '#DD5882'

red 221 ◦ green 88 ◦ blue 130

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

Shades of Dark Pink #DD5882

Tints of Dark Pink #DD5882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 50.34%
G = 20.05%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD5882 (or 0xDD5882) is known color: Dark Pink. HEX triplet: DD, 58 and 82. RGB value is (221,88,130). Sum of RGB (Red+Green+Blue) = 221+88+130=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5882 is #22A77D. Grayscale: #848484. Windows color (decimal): -2271102 or 8542429. OLE color: 8542429.

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

Color convert

RGB 221 88 130 -
CMYK 0 0.60 0.41 0.13
HSL 341.05º 0.66% 0.61% -
HSV(B) 341.05º 0.6% 0.87% -
XYZ 37.34 23.96 23.78 -
YUV 132.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 221 88 130 0 0.60 0.41 0.13 341.05 0.66 0.61
Hex DD 58 82 0 3C 29 D 155 42 3D
Octal 335 130 202 0 74 51 15 525 102 75
Binary 11011101 1011000 10000010 0 111100 101001 1101 101010101 1000010 111101

Color Harmonies of #DD5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5882

Black with #DD5882

Text Example


Text Example

White with #DD5882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5882; }

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

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

background-color css

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

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

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

border-color css

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

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

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