#D88686

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

Shades of Sea Pink #D88686

Tints of Sea Pink #D88686

Color information

#D88686 (or 0xD88686) is unknown color: approx Sea Pink. HEX triplet: D8, 86 and 86. RGB value is (216,134,134). Sum of RGB (Red+Green+Blue) = 216+134+134=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D88686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88686 is #277979. Grayscale: #9E9E9E. Windows color (decimal): -2587002 or 8816344. OLE color: 8816344.

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

Color convert

RGB216134134-
CMYK00.380.380.15
HSL51.25%68.63%-
HSV(B)37.96%84.71%-
XYZ41.1533.3726.83-
YUV158.52114.17169-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=44.63%
G=27.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613413400.380.380.15051.2568.63
HexD8868602626F03345
Octal3302062060464617063105
Binary1101100010000110100001100100110100110111101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88686; }

 p { color: rgb(216,134,134); }

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

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

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

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

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

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

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