#D49383

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

Shades of My Pink #D49383

Tints of My Pink #D49383

Color information

#D49383 (or 0xD49383) is unknown color: approx My Pink. HEX triplet: D4, 93 and 83. RGB value is (212,147,131). Sum of RGB (Red+Green+Blue) = 212+147+131=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D49383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49383 is #2B6C7C. Grayscale: #A4A4A4. Windows color (decimal): -2845821 or 8623060. OLE color: 8623060.

HSL color Cylindrical-coordinate representation of color #D49383: hue angle of 11.85º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49383 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB212147131-
CMYK00.310.380.17
HSL11.85º48.5%67.25%-
HSV(B)11.85º38.21%83.14%-
XYZ41.6836.526.32-
YUV164.61109.03161.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.27%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=43.27%
G=30%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214713100.310.380.1711.8548.567.25
HexD4938301F2611c3143
Octal32422320303746211461103
Binary1101010010010011100000110111111001101000111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49383; }

 p { color: rgb(212,147,131); }

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

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

 a { background-color: rgb(212,147,131); }

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

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

 span { border-color: rgb(212,147,131); }

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