#DD9584

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

Shades of My Pink #DD9584

Tints of My Pink #DD9584

Color information

#DD9584 (or 0xDD9584) is unknown color: approx My Pink. HEX triplet: DD, 95 and 84. RGB value is (221,149,132). Sum of RGB (Red+Green+Blue) = 221+149+132=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9584 is #226A7B. Grayscale: #A8A8A8. Windows color (decimal): -2255484 or 8689117. OLE color: 8689117.

HSL color Cylindrical-coordinate representation of color #DD9584: hue angle of 11.46º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD9584 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221149132-
CMYK00.330.400.13
HSL11.46º56.69%69.22%-
HSV(B)11.46º40.27%86.67%-
XYZ44.7338.5326.91-
YUV168.59107.35165.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=44.02%
G=29.68%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114913200.330.400.1311.4656.6969.22
HexDD958402128Db3945
Octal33522520404150151371105
Binary1101110110010101100001000100001101000110110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9584; }

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

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

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

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

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

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

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

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