#DC9481

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

Shades of My Pink #DC9481

Tints of My Pink #DC9481

Color information

#DC9481 (or 0xDC9481) is unknown color: approx My Pink. HEX triplet: DC, 94 and 81. RGB value is (220,148,129). Sum of RGB (Red+Green+Blue) = 220+148+129=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9481 is #236B7E. Grayscale: #A7A7A7. Windows color (decimal): -2321279 or 8492252. OLE color: 8492252.

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

Color convert

RGB220148129-
CMYK00.330.410.14
HSL12.53º56.52%68.43%-
HSV(B)12.53º41.36%86.27%-
XYZ44.0737.9825.78-
YUV167.36106.35165.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=44.27%
G=29.78%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014812900.330.410.1412.5356.5268.43
HexDC948102129Ed3944
Octal33422420104151161571104
Binary1101110010010100100000010100001101001111011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9481; }

 p { color: rgb(220,148,129); }

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

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

 a { background-color: rgb(220,148,129); }

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

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

 span { border-color: rgb(220,148,129); }

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