#d49183

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

Shades of My Pink #D49183

Tints of My Pink #D49183

Color information

#D49183 (or 0xD49183) is unknown color: approx My Pink. HEX triplet: D4, 91 and 83. RGB value is (212,145,131). Sum of RGB (Red+Green+Blue) = 212+145+131=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D49183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49183 is #2B6E7C. Grayscale: #A3A3A3. Windows color (decimal): -2846333 or 8622548. OLE color: 8622548.

HSL color Cylindrical-coordinate representation of color #D49183: hue angle of 10.37º 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 #D49183 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB212145131-
CMYK00.320.380.17
HSL10.37º48.5%67.25%-
HSV(B)10.37º38.21%83.14%-
XYZ41.3735.8926.22-
YUV163.44109.7162.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=43.44%
G=29.71%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214513100.320.380.1710.3748.567.25
HexD491830202611a3143
Octal32422120304046211261103
Binary11010100100100011000001101000001001101000110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d49183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d49183; }

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

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

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

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

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

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

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

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