#D88480

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

Shades of Sea Pink #D88480

Tints of Sea Pink #D88480

Color information

#D88480 (or 0xD88480) is unknown color: approx Sea Pink. HEX triplet: D8, 84 and 80. RGB value is (216,132,128). Sum of RGB (Red+Green+Blue) = 216+132+128=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D88480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88480 is #277B7F. Grayscale: #9C9C9C. Windows color (decimal): -2587520 or 8422616. OLE color: 8422616.

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

Color convert

RGB216132128-
CMYK00.390.410.15
HSL2.73º53.01%67.45%-
HSV(B)2.73º40.74%84.71%-
XYZ40.4732.6624.59-
YUV156.66111.83170.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=45.38%
G=27.73%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613212800.390.410.152.7353.0167.45
HexD8848002729F33543
Octal3302042000475117365103
Binary11011000100001001000000001001111010011111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88480; }

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

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

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

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

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

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

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

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