#DC8E85

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

Shades of My Pink #DC8E85

Tints of My Pink #DC8E85

Color information

#DC8E85 (or 0xDC8E85) is unknown color: approx My Pink. HEX triplet: DC, 8E and 85. RGB value is (220,142,133). Sum of RGB (Red+Green+Blue) = 220+142+133=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8E85 is #23717A. Grayscale: #A4A4A4. Windows color (decimal): -2322811 or 8752860. OLE color: 8752860.

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

Color convert

RGB220142133-
CMYK00.350.400.14
HSL6.21º55.41%69.22%-
HSV(B)6.21º39.55%86.27%-
XYZ43.4236.2626.9-
YUV164.3110.34167.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=44.44%
G=28.69%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014213300.350.400.146.2155.4169.22
HexDC8E8502328E63745
Octal3342162050435016667105
Binary110111001000111010000101010001110100011101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E85; }

 p { color: rgb(220,142,133); }

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

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

 a { background-color: rgb(220,142,133); }

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

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

 span { border-color: rgb(220,142,133); }

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