#D88380

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

Shades of Sea Pink #D88380

Tints of Sea Pink #D88380

Color information

#D88380 (or 0xD88380) is unknown color: approx Sea Pink. HEX triplet: D8, 83 and 80. RGB value is (216,131,128). Sum of RGB (Red+Green+Blue) = 216+131+128=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D88380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88380 is #277C7F. Grayscale: #9C9C9C. Windows color (decimal): -2587776 or 8422360. OLE color: 8422360.

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

Color convert

RGB216131128-
CMYK00.390.410.15
HSL2.05º53.01%67.45%-
HSV(B)2.05º40.74%84.71%-
XYZ40.3332.3924.55-
YUV156.07112.16170.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=45.47%
G=27.58%
B=26.95%

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
Decimal21613112800.390.410.152.0553.0167.45
HexD8838002729F23543
Octal3302032000475117265103
Binary11011000100000111000000001001111010011111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88380; }

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

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

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

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

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

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

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

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