#DD8C7D

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

Shades of My Pink #DD8C7D

Tints of My Pink #DD8C7D

Color information

#DD8C7D (or 0xDD8C7D) is unknown color: approx My Pink. HEX triplet: DD, 8C and 7D. RGB value is (221,140,125). Sum of RGB (Red+Green+Blue) = 221+140+125=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C7D is #227382. Grayscale: #A2A2A2. Windows color (decimal): -2257795 or 8228061. OLE color: 8228061.

HSL color Cylindrical-coordinate representation of color #DD8C7D: hue angle of 9.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8C7D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221140125-
CMYK00.370.430.13
HSL9.38º58.54%67.84%-
HSV(B)9.38º43.44%86.67%-
XYZ42.935.6124.01-
YUV162.51106.84169.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 125 (49.22% from 255) = 25.72%
R=45.47%
G=28.81%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114012500.370.430.139.3858.5467.84
HexDD8C7D0252BD93b44
Octal33521417504553151173104
Binary110111011000110011111010100101101011110110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8C7D; }

 p { color: rgb(221,140,125); }

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

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

 a { background-color: rgb(221,140,125); }

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

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

 span { border-color: rgb(221,140,125); }

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