#D99185

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

Shades of My Pink #D99185

Tints of My Pink #D99185

Color information

#D99185 (or 0xD99185) is unknown color: approx My Pink. HEX triplet: D9, 91 and 85. RGB value is (217,145,133). Sum of RGB (Red+Green+Blue) = 217+145+133=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D99185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99185 is #266E7A. Grayscale: #A5A5A5. Windows color (decimal): -2518651 or 8753625. OLE color: 8753625.

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

Color convert

RGB217145133-
CMYK00.330.390.15
HSL8.57º52.5%68.63%-
HSV(B)8.57º38.71%85.1%-
XYZ42.9736.727.01-
YUV165.16109.85164.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=43.84%
G=29.29%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714513300.330.390.158.5752.568.63
HexD9918502127F93545
Octal33122120504147171165105
Binary1101100110010001100001010100001100111111110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99185; }

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

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

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

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

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

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

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

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