#D48983

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

Shades of My Pink #D48983

Tints of My Pink #D48983

Color information

#D48983 (or 0xD48983) is unknown color: approx My Pink. HEX triplet: D4, 89 and 83. RGB value is (212,137,131). Sum of RGB (Red+Green+Blue) = 212+137+131=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D48983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48983 is #2B767C. Grayscale: #9E9E9E. Windows color (decimal): -2848381 or 8620500. OLE color: 8620500.

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

Color convert

RGB212137131-
CMYK00.350.380.17
HSL4.44º48.5%67.25%-
HSV(B)4.44º38.21%83.14%-
XYZ40.1933.5325.83-
YUV158.74112.35165.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=44.17%
G=28.54%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213713100.350.380.174.4448.567.25
HexD48983023261143143
Octal3242112030434621461103
Binary1101010010001001100000110100011100110100011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48983; }

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

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

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

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

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

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

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

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