#dc877e

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

Shades of My Pink #DC877E

Tints of My Pink #DC877E

Color information

#DC877E (or 0xDC877E) is unknown color: approx My Pink. HEX triplet: DC, 87 and 7E. RGB value is (220,135,126). Sum of RGB (Red+Green+Blue) = 220+135+126=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC877E is #237881. Grayscale: #9F9F9F. Windows color (decimal): -2324610 or 8292316. OLE color: 8292316.

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

Color convert

RGB220135126-
CMYK00.390.430.14
HSL5.74º57.32%67.84%-
HSV(B)5.74º42.73%86.27%-
XYZ41.9534.0524.1-
YUV159.39109.16171.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=45.74%
G=28.07%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013512600.390.430.145.7457.3267.84
HexDC877E0272BE63944
Octal3342071760475316671104
Binary11011100100001111111110010011110101111101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc877e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc877e; }

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

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

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

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

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

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

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

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