#D38F89

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

Shades of My Pink #D38F89

Tints of My Pink #D38F89

Color information

#D38F89 (or 0xD38F89) is unknown color: approx My Pink. HEX triplet: D3, 8F and 89. RGB value is (211,143,137). Sum of RGB (Red+Green+Blue) = 211+143+137=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38F89 is #2C7076. Grayscale: #A2A2A2. Windows color (decimal): -2912375 or 9015251. OLE color: 9015251.

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

Color convert

RGB211143137-
CMYK00.320.350.17
HSL4.86º45.68%68.24%-
HSV(B)4.86º35.07%82.75%-
XYZ41.235.328.31-
YUV162.65113.53162.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.97%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=42.97%
G=29.12%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114313700.320.350.174.8645.6868.24
HexD38F89020231152e44
Octal3232172110404321556104
Binary1101001110001111100010010100000100011100011011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38F89; }

 p { color: rgb(211,143,137); }

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

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

 a { background-color: rgb(211,143,137); }

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

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

 span { border-color: rgb(211,143,137); }

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