#DC8F78

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

Shades of My Pink #DC8F78

Tints of My Pink #DC8F78

Color information

#DC8F78 (or 0xDC8F78) is unknown color: approx My Pink. HEX triplet: DC, 8F and 78. RGB value is (220,143,120). Sum of RGB (Red+Green+Blue) = 220+143+120=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F78 is #237087. Grayscale: #A3A3A3. Windows color (decimal): -2322568 or 7901148. OLE color: 7901148.

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

Color convert

RGB220143120-
CMYK00.350.450.14
HSL13.8º58.82%66.67%-
HSV(B)13.8º45.45%86.27%-
XYZ42.7336.2222.51-
YUV163.4103.51168.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=45.55%
G=29.61%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014312000.350.450.1413.858.8266.67
HexDC8F780232DEe3b43
Octal33421717004355161673103
Binary110111001000111111110000100011101101111011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8F78; }

 p { color: rgb(220,143,120); }

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

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

 a { background-color: rgb(220,143,120); }

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

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

 span { border-color: rgb(220,143,120); }

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