#D38989

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

Shades of My Pink #D38989

Tints of My Pink #D38989

Color information

#D38989 (or 0xD38989) is unknown color: approx My Pink. HEX triplet: D3, 89 and 89. RGB value is (211,137,137). Sum of RGB (Red+Green+Blue) = 211+137+137=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D38989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38989 is #2C7676. Grayscale: #9F9F9F. Windows color (decimal): -2913911 or 9013715. OLE color: 9013715.

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

Color convert

RGB211137137-
CMYK00.350.350.17
HSL45.68%68.24%-
HSV(B)35.07%82.75%-
XYZ40.3233.5528.02-
YUV159.13115.52165-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.51%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=43.51%
G=28.25%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113713700.350.350.17045.6868.24
HexD38989023231102e44
Octal3232112110434321056104
Binary11010011100010011000100101000111000111000101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38989; }

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

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

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

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

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

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

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

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