#DC9080

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

Shades of My Pink #DC9080

Tints of My Pink #DC9080

Color information

#DC9080 (or 0xDC9080) is unknown color: approx My Pink. HEX triplet: DC, 90 and 80. RGB value is (220,144,128). Sum of RGB (Red+Green+Blue) = 220+144+128=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9080 is #236F7F. Grayscale: #A5A5A5. Windows color (decimal): -2322304 or 8425692. OLE color: 8425692.

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

Color convert

RGB220144128-
CMYK00.350.420.14
HSL10.43º56.79%68.24%-
HSV(B)10.43º41.82%86.27%-
XYZ43.3836.7225.22-
YUV164.9107.18167.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=44.72%
G=29.27%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014412800.350.420.1410.4356.7968.24
HexDC90800232AEa3944
Octal33422020004352161271104
Binary1101110010010000100000000100011101010111010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9080; }

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

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

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

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

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

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

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

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