#D48778

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

Shades of My Pink #D48778

Tints of My Pink #D48778

Color information

#D48778 (or 0xD48778) is unknown color: approx My Pink. HEX triplet: D4, 87 and 78. RGB value is (212,135,120). Sum of RGB (Red+Green+Blue) = 212+135+120=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D48778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48778 is #2B7887. Grayscale: #9C9C9C. Windows color (decimal): -2848904 or 7899092. OLE color: 7899092.

HSL color Cylindrical-coordinate representation of color #D48778: hue angle of 9.78º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D48778 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212135120-
CMYK00.360.430.17
HSL9.78º51.69%65.1%-
HSV(B)9.78º43.4%83.14%-
XYZ39.2132.6822.01-
YUV156.31107.51167.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=45.40%
G=28.91%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213512000.360.430.179.7851.6965.1
HexD487780242B11a3441
Octal32420717004453211264101
Binary1101010010000111111100001001001010111000110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48778; }

 p { color: rgb(212,135,120); }

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

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

 a { background-color: rgb(212,135,120); }

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

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

 span { border-color: rgb(212,135,120); }

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