#DD8987

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

Shades of Sea Pink #DD8987

Tints of Sea Pink #DD8987

Color information

#DD8987 (or 0xDD8987) is unknown color: approx Sea Pink. HEX triplet: DD, 89 and 87. RGB value is (221,137,135). Sum of RGB (Red+Green+Blue) = 221+137+135=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8987 is #227678. Grayscale: #A1A1A1. Windows color (decimal): -2258553 or 8882653. OLE color: 8882653.

HSL color Cylindrical-coordinate representation of color #DD8987: hue angle of 1.4º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8987 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221137135-
CMYK00.380.390.13
HSL1.4º55.84%69.8%-
HSV(B)1.4º38.91%86.67%-
XYZ43.1435.0127.41-
YUV161.89112.83170.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=44.83%
G=27.79%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113713500.380.390.131.455.8469.8
HexDD898702627D13846
Octal3352112070464715170106
Binary1101110110001001100001110100110100111110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8987; }

 p { color: rgb(221,137,135); }

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

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

 a { background-color: rgb(221,137,135); }

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

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

 span { border-color: rgb(221,137,135); }

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