#DD5284

Color #DD5284 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DD5284

Tints of Dark Pink #DD5284

Color information

#DD5284 (or 0xDD5284) is unknown color: approx Dark Pink. HEX triplet: DD, 52 and 84. RGB value is (221,82,132). Sum of RGB (Red+Green+Blue) = 221+82+132=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5284 is #22AD7B. Grayscale: #818181. Windows color (decimal): -2272636 or 8671965. OLE color: 8671965.

HSL color Cylindrical-coordinate representation of color #DD5284: hue angle of 338.42º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5284 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB22182132-
CMYK00.630.400.13
HSL338.42º67.15%59.41%-
HSV(B)338.42º62.9%86.67%-
XYZ3723.0724.33-
YUV129.26129.55193.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=50.80%
G=18.85%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218213200.630.400.13338.4267.1559.41
HexDD528403F28D152433b
Octal335122204077501552210373
Binary11011101101001010000100011111110100011011010100101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5284; }

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

 H1.HeaderClassName
 {
   color: #DD5284;
 }
 .AnyTagClassName
 {
   color: #DD5284;
 }
</style>
background-color css

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

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

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

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

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

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