#D88481

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

Shades of Sea Pink #D88481

Tints of Sea Pink #D88481

Color information

#D88481 (or 0xD88481) is unknown color: approx Sea Pink. HEX triplet: D8, 84 and 81. RGB value is (216,132,129). Sum of RGB (Red+Green+Blue) = 216+132+129=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D88481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88481 is #277B7E. Grayscale: #9C9C9C. Windows color (decimal): -2587519 or 8488152. OLE color: 8488152.

HSL color Cylindrical-coordinate representation of color #D88481: hue angle of 2.07º degrees, saturation: 0.53, 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 #D88481 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216132129-
CMYK00.390.400.15
HSL2.07º52.73%67.65%-
HSV(B)2.07º40.28%84.71%-
XYZ40.5332.6924.94-
YUV156.77112.33170.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=45.28%
G=27.67%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613212900.390.400.152.0752.7367.65
HexD8848102728F23544
Octal3302042010475017265104
Binary11011000100001001000000101001111010001111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88481; }

 p { color: rgb(216,132,129); }

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

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

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

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

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

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

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