#DD8982

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

Shades of My Pink #DD8982

Tints of My Pink #DD8982

Color information

#DD8982 (or 0xDD8982) is unknown color: approx My Pink. HEX triplet: DD, 89 and 82. RGB value is (221,137,130). Sum of RGB (Red+Green+Blue) = 221+137+130=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8982 is #22767D. Grayscale: #A1A1A1. Windows color (decimal): -2258558 or 8554973. OLE color: 8554973.

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

Color convert

RGB221137130-
CMYK00.380.410.13
HSL4.62º57.23%68.82%-
HSV(B)4.62º41.18%86.67%-
XYZ42.7934.8825.6-
YUV161.32110.33170.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=45.29%
G=28.07%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113713000.380.410.134.6257.2368.82
HexDD898202629D53945
Octal3352112020465115571105
Binary110111011000100110000010010011010100111011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8982; }

 p { color: rgb(221,137,130); }

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

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

 a { background-color: rgb(221,137,130); }

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

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

 span { border-color: rgb(221,137,130); }

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