#D99381

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

Shades of My Pink #D99381

Tints of My Pink #D99381

Color information

#D99381 (or 0xD99381) is unknown color: approx My Pink. HEX triplet: D9, 93 and 81. RGB value is (217,147,129). Sum of RGB (Red+Green+Blue) = 217+147+129=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D99381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99381 is #266C7E. Grayscale: #A6A6A6. Windows color (decimal): -2518143 or 8491993. OLE color: 8491993.

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

Color convert

RGB217147129-
CMYK00.320.410.15
HSL12.27º53.66%67.84%-
HSV(B)12.27º40.55%85.1%-
XYZ43.0137.225.68-
YUV165.88107.19164.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=44.02%
G=29.82%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714712900.320.410.1512.2753.6667.84
HexD9938102029Fc3644
Octal33122320104051171466104
Binary1101100110010011100000010100000101001111111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99381; }

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

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

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

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

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

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

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

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