#D48A7E

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

Shades of My Pink #D48A7E

Tints of My Pink #D48A7E

Color information

#D48A7E (or 0xD48A7E) is unknown color: approx My Pink. HEX triplet: D4, 8A and 7E. RGB value is (212,138,126). Sum of RGB (Red+Green+Blue) = 212+138+126=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A7E is #2B7581. Grayscale: #9E9E9E. Windows color (decimal): -2848130 or 8293076. OLE color: 8293076.

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

Color convert

RGB212138126-
CMYK00.350.410.17
HSL8.37º50%66.27%-
HSV(B)8.37º40.57%83.14%-
XYZ40.0133.6824.13-
YUV158.76109.52165.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=44.54%
G=28.99%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213812600.350.410.178.375066.27
HexD48A7E023291183242
Octal32421217604351211062102
Binary1101010010001010111111001000111010011000110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A7E; }

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

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

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

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

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

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

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

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