Html Css Color HEX #DD5884 Dark Pink

📋 copy color: '#DD5884'

red 221 ◦ green 88 ◦ blue 132

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

Shades of Dark Pink #DD5884

Tints of Dark Pink #DD5884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.93%

R = 50.11%
G = 19.95%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD5884 (or 0xDD5884) is known color: Dark Pink. HEX triplet: DD, 58 and 84. RGB value is (221,88,132). Sum of RGB (Red+Green+Blue) = 221+88+132=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5884 is #22A77B. Grayscale: #848484. Windows color (decimal): -2271100 or 8673501. OLE color: 8673501.

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

Color convert

RGB 221 88 132 -
CMYK 0 0.60 0.40 0.13
HSL 340.15º 0.66% 0.61% -
HSV(B) 340.15º 0.6% 0.87% -
XYZ 37.47 24.02 24.49 -
YUV 132.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 221 88 132 0 0.60 0.40 0.13 340.15 0.66 0.61
Hex DD 58 84 0 3C 28 D 154 42 3D
Octal 335 130 204 0 74 50 15 524 102 75
Binary 11011101 1011000 10000100 0 111100 101000 1101 101010100 1000010 111101

Color Harmonies of #DD5884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5884

Black with #DD5884

Text Example


Text Example

White with #DD5884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5884; }

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

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

background-color css

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

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

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

border-color css

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

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

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