#D88582

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

Shades of Sea Pink #D88582

Tints of Sea Pink #D88582

Color information

#D88582 (or 0xD88582) is unknown color: approx Sea Pink. HEX triplet: D8, 85 and 82. RGB value is (216,133,130). Sum of RGB (Red+Green+Blue) = 216+133+130=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D88582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88582 is #277A7D. Grayscale: #9D9D9D. Windows color (decimal): -2587262 or 8553944. OLE color: 8553944.

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

Color convert

RGB216133130-
CMYK00.380.400.15
HSL2.09º52.44%67.84%-
HSV(B)2.09º39.81%84.71%-
XYZ40.7432.9925.34-
YUV157.48112.5169.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=45.09%
G=27.77%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613313000.380.400.152.0952.4467.84
HexD8858202628F23444
Octal3302052020465017264104
Binary11011000100001011000001001001101010001111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88582; }

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

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

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

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

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

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

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

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