#DC8B89

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

Shades of My Pink #DC8B89

Tints of My Pink #DC8B89

Color information

#DC8B89 (or 0xDC8B89) is unknown color: approx My Pink. HEX triplet: DC, 8B and 89. RGB value is (220,139,137). Sum of RGB (Red+Green+Blue) = 220+139+137=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8B89 is #237476. Grayscale: #A3A3A3. Windows color (decimal): -2323575 or 9014236. OLE color: 9014236.

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

Color convert

RGB220139137-
CMYK00.370.380.14
HSL1.45º54.25%70%-
HSV(B)1.45º37.73%86.27%-
XYZ43.2635.4928.24-
YUV162.99113.34168.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=44.35%
G=28.02%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013913700.370.380.141.4554.2570
HexDC8B8902526E13646
Octal3342132110454616166106
Binary1101110010001011100010010100101100110111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8B89; }

 p { color: rgb(220,139,137); }

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

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

 a { background-color: rgb(220,139,137); }

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

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

 span { border-color: rgb(220,139,137); }

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