#DD917D

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

Shades of My Pink #DD917D

Tints of My Pink #DD917D

Color information

#DD917D (or 0xDD917D) is unknown color: approx My Pink. HEX triplet: DD, 91 and 7D. RGB value is (221,145,125). Sum of RGB (Red+Green+Blue) = 221+145+125=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD917D is #226E82. Grayscale: #A5A5A5. Windows color (decimal): -2256515 or 8229341. OLE color: 8229341.

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

Color convert

RGB221145125-
CMYK00.340.430.13
HSL12.5º58.54%67.84%-
HSV(B)12.5º43.44%86.67%-
XYZ43.6537.124.26-
YUV165.44105.18167.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=45.01%
G=29.53%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114512500.340.430.1312.558.5467.84
HexDD917D0222BDd3b44
Octal33522117504253151573104
Binary110111011001000111111010100010101011110111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD917D; }

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

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

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

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

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

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

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

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