#D99385

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

Shades of My Pink #D99385

Tints of My Pink #D99385

Color information

#D99385 (or 0xD99385) is unknown color: approx My Pink. HEX triplet: D9, 93 and 85. RGB value is (217,147,133). Sum of RGB (Red+Green+Blue) = 217+147+133=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D99385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99385 is #266C7A. Grayscale: #A6A6A6. Windows color (decimal): -2518139 or 8754137. OLE color: 8754137.

HSL color Cylindrical-coordinate representation of color #D99385: hue angle of 10º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D99385 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217147133-
CMYK00.320.390.15
HSL10º52.5%68.63%-
HSV(B)10º38.71%85.1%-
XYZ43.2837.3127.11-
YUV166.33109.19164.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=43.66%
G=29.58%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714713300.320.390.151052.568.63
HexD9938502027Fa3545
Octal33122320504047171265105
Binary1101100110010011100001010100000100111111110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99385; }

 p { color: rgb(217,147,133); }

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

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

 a { background-color: rgb(217,147,133); }

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

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

 span { border-color: rgb(217,147,133); }

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