#D48A84

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

Shades of My Pink #D48A84

Tints of My Pink #D48A84

Color information

#D48A84 (or 0xD48A84) is unknown color: approx My Pink. HEX triplet: D4, 8A and 84. RGB value is (212,138,132). Sum of RGB (Red+Green+Blue) = 212+138+132=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A84 is #2B757B. Grayscale: #9F9F9F. Windows color (decimal): -2848124 or 8686292. OLE color: 8686292.

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

Color convert

RGB212138132-
CMYK00.350.380.17
HSL4.5º48.19%67.45%-
HSV(B)4.5º37.74%83.14%-
XYZ40.433.8426.23-
YUV159.44112.52165.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=43.98%
G=28.63%
B=27.39%

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
Decimal21213813200.350.380.174.548.1967.45
HexD48A84023261153043
Octal3242122040434621560103
Binary1101010010001010100001000100011100110100011011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A84; }

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

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

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

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

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

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

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

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