#D99084

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

Shades of My Pink #D99084

Tints of My Pink #D99084

Color information

#D99084 (or 0xD99084) is unknown color: approx My Pink. HEX triplet: D9, 90 and 84. RGB value is (217,144,132). Sum of RGB (Red+Green+Blue) = 217+144+132=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D99084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99084 is #266F7B. Grayscale: #A4A4A4. Windows color (decimal): -2518908 or 8687833. OLE color: 8687833.

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

Color convert

RGB217144132-
CMYK00.340.390.15
HSL8.47º52.8%68.43%-
HSV(B)8.47º39.17%85.1%-
XYZ42.7536.3626.6-
YUV164.46109.68165.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=44.02%
G=29.21%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714413200.340.390.158.4752.868.43
HexD9908402227F83544
Octal33122020404247171065104
Binary1101100110010000100001000100010100111111110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99084; }

 p { color: rgb(217,144,132); }

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

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

 a { background-color: rgb(217,144,132); }

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

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

 span { border-color: rgb(217,144,132); }

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