#D68886

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

Shades of My Pink #D68886

Tints of My Pink #D68886

Color information

#D68886 (or 0xD68886) is unknown color: approx My Pink. HEX triplet: D6, 88 and 86. RGB value is (214,136,134). Sum of RGB (Red+Green+Blue) = 214+136+134=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D68886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68886 is #297779. Grayscale: #9F9F9F. Windows color (decimal): -2717562 or 8816854. OLE color: 8816854.

HSL color Cylindrical-coordinate representation of color #D68886: hue angle of 1.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68886 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214136134-
CMYK00.360.370.16
HSL1.5º49.38%68.24%-
HSV(B)1.5º37.38%83.92%-
XYZ40.8433.6326.89-
YUV159.09113.84167.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=44.21%
G=28.10%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413613400.360.370.161.549.3868.24
HexD68886024251023144
Octal3262102060444520261104
Binary110101101000100010000110010010010010110000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68886; }

 p { color: rgb(214,136,134); }

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

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

 a { background-color: rgb(214,136,134); }

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

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

 span { border-color: rgb(214,136,134); }

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