#D48F7D

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

Shades of My Pink #D48F7D

Tints of My Pink #D48F7D

Color information

#D48F7D (or 0xD48F7D) is unknown color: approx My Pink. HEX triplet: D4, 8F and 7D. RGB value is (212,143,125). Sum of RGB (Red+Green+Blue) = 212+143+125=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F7D is #2B7082. Grayscale: #A1A1A1. Windows color (decimal): -2846851 or 8228820. OLE color: 8228820.

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

Color convert

RGB212143125-
CMYK00.330.410.17
HSL12.41º50.29%66.08%-
HSV(B)12.41º41.04%83.14%-
XYZ40.6835.1224.04-
YUV161.58107.36163.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=44.17%
G=29.79%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214312500.330.410.1712.4150.2966.08
HexD48F7D0212911c3242
Octal32421717504151211462102
Binary1101010010001111111110101000011010011000111001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F7D; }

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

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

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

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

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

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

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

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