#D68887

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

Shades of My Pink #D68887

Tints of My Pink #D68887

Color information

#D68887 (or 0xD68887) is unknown color: approx My Pink. HEX triplet: D6, 88 and 87. RGB value is (214,136,135). Sum of RGB (Red+Green+Blue) = 214+136+135=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D68887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68887 is #297778. Grayscale: #9F9F9F. Windows color (decimal): -2717561 or 8882390. OLE color: 8882390.

HSL color Cylindrical-coordinate representation of color #D68887: hue angle of 0.76º 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 #D68887 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214136135-
CMYK00.360.370.16
HSL0.76º49.07%68.43%-
HSV(B)0.76º36.92%83.92%-
XYZ40.9133.6527.26-
YUV159.21114.34167.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=44.12%
G=28.04%
B=27.84%

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
Decimal21413613500.360.370.160.7649.0768.43
HexD68887024251013144
Octal3262102070444520161104
Binary11010110100010001000011101001001001011000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68887; }

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

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

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

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

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

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

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

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