#DD9485

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

Shades of My Pink #DD9485

Tints of My Pink #DD9485

Color information

#DD9485 (or 0xDD9485) is unknown color: approx My Pink. HEX triplet: DD, 94 and 85. RGB value is (221,148,133). Sum of RGB (Red+Green+Blue) = 221+148+133=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9485 is #226B7A. Grayscale: #A8A8A8. Windows color (decimal): -2255739 or 8754397. OLE color: 8754397.

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

Color convert

RGB221148133-
CMYK00.330.400.13
HSL10.23º56.41%69.41%-
HSV(B)10.23º39.82%86.67%-
XYZ44.6438.2527.22-
YUV168.12108.18165.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=44.02%
G=29.48%
B=26.49%

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
Decimal22114813300.330.400.1310.2356.4169.41
HexDD948502128Da3845
Octal33522420504150151270105
Binary1101110110010100100001010100001101000110110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9485; }

 p { color: rgb(221,148,133); }

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

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

 a { background-color: rgb(221,148,133); }

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

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

 span { border-color: rgb(221,148,133); }

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