#D99684

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

Shades of My Pink #D99684

Tints of My Pink #D99684

Color information

#D99684 (or 0xD99684) is unknown color: approx My Pink. HEX triplet: D9, 96 and 84. RGB value is (217,150,132). Sum of RGB (Red+Green+Blue) = 217+150+132=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D99684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99684 is #26697B. Grayscale: #A8A8A8. Windows color (decimal): -2517372 or 8689369. OLE color: 8689369.

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

Color convert

RGB217150132-
CMYK00.310.390.15
HSL12.71º52.8%68.43%-
HSV(B)12.71º39.17%85.1%-
XYZ43.6938.2326.91-
YUV167.98107.7162.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=43.49%
G=30.06%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715013200.310.390.1512.7152.868.43
HexD9968401F27Fd3544
Octal33122620403747171565104
Binary110110011001011010000100011111100111111111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99684; }

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

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

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

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

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

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

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

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