#D48A7D

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

Shades of My Pink #D48A7D

Tints of My Pink #D48A7D

Color information

#D48A7D (or 0xD48A7D) is unknown color: approx My Pink. HEX triplet: D4, 8A and 7D. RGB value is (212,138,125). Sum of RGB (Red+Green+Blue) = 212+138+125=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A7D is #2B7582. Grayscale: #9E9E9E. Windows color (decimal): -2848131 or 8227540. OLE color: 8227540.

HSL color Cylindrical-coordinate representation of color #D48A7D: hue angle of 8.97º 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 #D48A7D is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212138125-
CMYK00.350.410.17
HSL8.97º50.29%66.08%-
HSV(B)8.97º41.04%83.14%-
XYZ39.9433.6523.79-
YUV158.64109.02166.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=44.63%
G=29.05%
B=26.32%

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
Decimal21213812500.350.410.178.9750.2966.08
HexD48A7D023291193242
Octal32421217504351211162102
Binary1101010010001010111110101000111010011000110011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A7D; }

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

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

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

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

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

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

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

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