#D48D81

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

Shades of My Pink #D48D81

Tints of My Pink #D48D81

Color information

#D48D81 (or 0xD48D81) is unknown color: approx My Pink. HEX triplet: D4, 8D and 81. RGB value is (212,141,129). Sum of RGB (Red+Green+Blue) = 212+141+129=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48D81 is #2B727E. Grayscale: #A0A0A0. Windows color (decimal): -2847359 or 8490452. OLE color: 8490452.

HSL color Cylindrical-coordinate representation of color #D48D81: hue angle of 8.67º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48D81 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212141129-
CMYK00.330.390.17
HSL8.67º49.11%66.86%-
HSV(B)8.67º39.15%83.14%-
XYZ40.6434.6325.31-
YUV160.86110.02164.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=43.98%
G=29.25%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214112900.330.390.178.6749.1166.86
HexD48D81021271193143
Octal32421520104147211161103
Binary11010100100011011000000101000011001111000110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D81; }

 p { color: rgb(212,141,129); }

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

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

 a { background-color: rgb(212,141,129); }

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

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

 span { border-color: rgb(212,141,129); }

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