#D48984

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

Shades of My Pink #D48984

Tints of My Pink #D48984

Color information

#D48984 (or 0xD48984) is unknown color: approx My Pink. HEX triplet: D4, 89 and 84. RGB value is (212,137,132). Sum of RGB (Red+Green+Blue) = 212+137+132=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D48984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48984 is #2B767B. Grayscale: #9E9E9E. Windows color (decimal): -2848380 or 8686036. OLE color: 8686036.

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

Color convert

RGB212137132-
CMYK00.350.380.17
HSL3.75º48.19%67.45%-
HSV(B)3.75º37.74%83.14%-
XYZ40.2633.5526.18-
YUV158.85112.85165.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=44.07%
G=28.48%
B=27.44%

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
Decimal21213713200.350.380.173.7548.1967.45
HexD48984023261143043
Octal3242112040434621460103
Binary1101010010001001100001000100011100110100011001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48984; }

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

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

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

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

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

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

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

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