#DD9583

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

Shades of My Pink #DD9583

Tints of My Pink #DD9583

Color information

#DD9583 (or 0xDD9583) is unknown color: approx My Pink. HEX triplet: DD, 95 and 83. RGB value is (221,149,131). Sum of RGB (Red+Green+Blue) = 221+149+131=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9583 is #226A7C. Grayscale: #A8A8A8. Windows color (decimal): -2255485 or 8623581. OLE color: 8623581.

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

Color convert

RGB221149131-
CMYK00.330.410.13
HSL12º56.96%69.02%-
HSV(B)12º40.72%86.67%-
XYZ44.6638.5126.55-
YUV168.48106.85165.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=44.11%
G=29.74%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114913100.330.410.131256.9669.02
HexDD958302129Dc3945
Octal33522520304151151471105
Binary1101110110010101100000110100001101001110111001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9583; }

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

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

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

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

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

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

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

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