#DC8983

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

Shades of My Pink #DC8983

Tints of My Pink #DC8983

Color information

#DC8983 (or 0xDC8983) is unknown color: approx My Pink. HEX triplet: DC, 89 and 83. RGB value is (220,137,131). Sum of RGB (Red+Green+Blue) = 220+137+131=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8983 is #23767C. Grayscale: #A1A1A1. Windows color (decimal): -2324093 or 8620508. OLE color: 8620508.

HSL color Cylindrical-coordinate representation of color #DC8983: hue angle of 4.04º degrees, saturation: 0.56, 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 #DC8983 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220137131-
CMYK00.380.400.14
HSL4.04º55.97%68.82%-
HSV(B)4.04º40.45%86.27%-
XYZ42.5634.7525.94-
YUV161.13111169.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=45.08%
G=28.07%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013713100.380.400.144.0455.9768.82
HexDC898302628E43845
Octal3342112030465016470105
Binary110111001000100110000011010011010100011101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8983; }

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

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

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

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

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

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

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

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