#D99680

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

Shades of My Pink #D99680

Tints of My Pink #D99680

Color information

#D99680 (or 0xD99680) is unknown color: approx My Pink. HEX triplet: D9, 96 and 80. RGB value is (217,150,128). Sum of RGB (Red+Green+Blue) = 217+150+128=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D99680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99680 is #26697F. Grayscale: #A7A7A7. Windows color (decimal): -2517376 or 8427225. OLE color: 8427225.

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

Color convert

RGB217150128-
CMYK00.310.410.15
HSL14.83º53.94%67.65%-
HSV(B)14.83º41.01%85.1%-
XYZ43.4238.1225.49-
YUV167.52105.7163.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=43.84%
G=30.30%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715012800.310.410.1514.8353.9467.65
HexD9968001F29Ff3644
Octal33122620003751171766104
Binary110110011001011010000000011111101001111111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99680; }

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

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

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

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

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

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

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

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