#D48A7A

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

Shades of My Pink #D48A7A

Tints of My Pink #D48A7A

Color information

#D48A7A (or 0xD48A7A) is unknown color: approx My Pink. HEX triplet: D4, 8A and 7A. RGB value is (212,138,122). Sum of RGB (Red+Green+Blue) = 212+138+122=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A7A is #2B7585. Grayscale: #9E9E9E. Windows color (decimal): -2848134 or 8030932. OLE color: 8030932.

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

Color convert

RGB212138122-
CMYK00.350.420.17
HSL10.67º51.14%65.49%-
HSV(B)10.67º42.45%83.14%-
XYZ39.7533.5822.8-
YUV158.3107.52166.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=44.92%
G=29.24%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213812200.350.420.1710.6751.1465.49
HexD48A7A0232A11b3341
Octal32421217204352211363101
Binary1101010010001010111101001000111010101000110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A7A; }

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

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

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

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

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

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

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

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