#DD9481

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

Shades of My Pink #DD9481

Tints of My Pink #DD9481

Color information

#DD9481 (or 0xDD9481) is unknown color: approx My Pink. HEX triplet: DD, 94 and 81. RGB value is (221,148,129). Sum of RGB (Red+Green+Blue) = 221+148+129=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9481 is #226B7E. Grayscale: #A7A7A7. Windows color (decimal): -2255743 or 8492253. OLE color: 8492253.

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

Color convert

RGB221148129-
CMYK00.330.420.13
HSL12.39º57.5%68.63%-
HSV(B)12.39º41.63%86.67%-
XYZ44.3738.1425.79-
YUV167.66106.18166.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=44.38%
G=29.72%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114812900.330.420.1312.3957.568.63
HexDD94810212ADc3a45
Octal33522420104152151472105
Binary1101110110010100100000010100001101010110111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9481; }

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

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

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

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

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

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

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

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