#DD9484

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

Shades of My Pink #DD9484

Tints of My Pink #DD9484

Color information

#DD9484 (or 0xDD9484) is unknown color: approx My Pink. HEX triplet: DD, 94 and 84. RGB value is (221,148,132). Sum of RGB (Red+Green+Blue) = 221+148+132=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9484 is #226B7B. Grayscale: #A8A8A8. Windows color (decimal): -2255740 or 8688861. OLE color: 8688861.

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

Color convert

RGB221148132-
CMYK00.330.400.13
HSL10.79º56.69%69.22%-
HSV(B)10.79º40.27%86.67%-
XYZ44.5738.2226.86-
YUV168107.68165.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=44.11%
G=29.54%
B=26.35%

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
Decimal22114813200.330.400.1310.7956.6969.22
HexDD948402128Db3945
Octal33522420404150151371105
Binary1101110110010100100001000100001101000110110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9484; }

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

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

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

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

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

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

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

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