#DD907D

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

Shades of My Pink #DD907D

Tints of My Pink #DD907D

Color information

#DD907D (or 0xDD907D) is unknown color: approx My Pink. HEX triplet: DD, 90 and 7D. RGB value is (221,144,125). Sum of RGB (Red+Green+Blue) = 221+144+125=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD907D is #226F82. Grayscale: #A5A5A5. Windows color (decimal): -2256771 or 8229085. OLE color: 8229085.

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

Color convert

RGB221144125-
CMYK00.350.430.13
HSL11.88º58.54%67.84%-
HSV(B)11.88º43.44%86.67%-
XYZ43.4936.824.21-
YUV164.86105.51168.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=45.10%
G=29.39%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114412500.350.430.1311.8858.5467.84
HexDD907D0232BDc3b44
Octal33522017504353151473104
Binary110111011001000011111010100011101011110111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD907D; }

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

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

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

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

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

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

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

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