#D88685

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

Shades of Sea Pink #D88685

Tints of Sea Pink #D88685

Color information

#D88685 (or 0xD88685) is unknown color: approx Sea Pink. HEX triplet: D8, 86 and 85. RGB value is (216,134,133). Sum of RGB (Red+Green+Blue) = 216+134+133=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D88685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88685 is #27797A. Grayscale: #9E9E9E. Windows color (decimal): -2587003 or 8750808. OLE color: 8750808.

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

Color convert

RGB216134133-
CMYK00.380.380.15
HSL0.72º51.55%68.43%-
HSV(B)0.72º38.43%84.71%-
XYZ41.0833.3426.46-
YUV158.4113.67169.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=44.72%
G=27.74%
B=27.54%

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
Decimal21613413300.380.380.150.7251.5568.43
HexD8868502626F13444
Octal3302062050464617164104
Binary1101100010000110100001010100110100110111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88685; }

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

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

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

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

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

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

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

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