#DC9087

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

Shades of My Pink #DC9087

Tints of My Pink #DC9087

Color information

#DC9087 (or 0xDC9087) is unknown color: approx My Pink. HEX triplet: DC, 90 and 87. RGB value is (220,144,135). Sum of RGB (Red+Green+Blue) = 220+144+135=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9087 is #236F78. Grayscale: #A5A5A5. Windows color (decimal): -2322297 or 8884444. OLE color: 8884444.

HSL color Cylindrical-coordinate representation of color #DC9087: hue angle of 6.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9087 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220144135-
CMYK00.350.390.14
HSL6.35º54.84%69.61%-
HSV(B)6.35º38.64%86.27%-
XYZ43.8636.9127.73-
YUV165.7110.68166.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=44.09%
G=28.86%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014413500.350.390.146.3554.8469.61
HexDC908702327E63746
Octal3342202070434716667106
Binary110111001001000010000111010001110011111101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9087; }

 p { color: rgb(220,144,135); }

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

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

 a { background-color: rgb(220,144,135); }

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

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

 span { border-color: rgb(220,144,135); }

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