#D99384

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

Shades of My Pink #D99384

Tints of My Pink #D99384

Color information

#D99384 (or 0xD99384) is unknown color: approx My Pink. HEX triplet: D9, 93 and 84. RGB value is (217,147,132). Sum of RGB (Red+Green+Blue) = 217+147+132=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D99384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99384 is #266C7B. Grayscale: #A6A6A6. Windows color (decimal): -2518140 or 8688601. OLE color: 8688601.

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

Color convert

RGB217147132-
CMYK00.320.390.15
HSL10.59º52.8%68.43%-
HSV(B)10.59º39.17%85.1%-
XYZ43.2137.2926.75-
YUV166.22108.69164.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=43.75%
G=29.64%
B=26.61%

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
Decimal21714713200.320.390.1510.5952.868.43
HexD9938402027Fb3544
Octal33122320404047171365104
Binary1101100110010011100001000100000100111111110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99384; }

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

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

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

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

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

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

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

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