#DD8A83

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

Shades of My Pink #DD8A83

Tints of My Pink #DD8A83

Color information

#DD8A83 (or 0xDD8A83) is unknown color: approx My Pink. HEX triplet: DD, 8A and 83. RGB value is (221,138,131). Sum of RGB (Red+Green+Blue) = 221+138+131=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A83 is #22757C. Grayscale: #A2A2A2. Windows color (decimal): -2258301 or 8620765. OLE color: 8620765.

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

Color convert

RGB221138131-
CMYK00.380.410.13
HSL4.67º56.96%69.02%-
HSV(B)4.67º40.72%86.67%-
XYZ4335.1926-
YUV162.02110.5170.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=45.10%
G=28.16%
B=26.73%

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
Decimal22113813100.380.410.134.6756.9669.02
HexDD8A8302629D53945
Octal3352122030465115571105
Binary110111011000101010000011010011010100111011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A83; }

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

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

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

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

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

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

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

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