#D48985

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

Shades of My Pink #D48985

Tints of My Pink #D48985

Color information

#D48985 (or 0xD48985) is unknown color: approx My Pink. HEX triplet: D4, 89 and 85. RGB value is (212,137,133). Sum of RGB (Red+Green+Blue) = 212+137+133=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D48985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48985 is #2B767A. Grayscale: #9F9F9F. Windows color (decimal): -2848379 or 8751572. OLE color: 8751572.

HSL color Cylindrical-coordinate representation of color #D48985: hue angle of 3.04º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48985 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212137133-
CMYK00.350.370.17
HSL3.04º47.88%67.65%-
HSV(B)3.04º37.26%83.14%-
XYZ40.3333.5826.55-
YUV158.97113.35165.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=43.98%
G=28.42%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213713300.350.370.173.0447.8867.65
HexD48985023251133044
Octal3242112050434521360104
Binary110101001000100110000101010001110010110001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48985; }

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

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

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

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

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

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

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

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