#DD8989

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

Shades of Sea Pink #DD8989

Tints of Sea Pink #DD8989

Color information

#DD8989 (or 0xDD8989) is unknown color: approx Sea Pink. HEX triplet: DD, 89 and 89. RGB value is (221,137,137). Sum of RGB (Red+Green+Blue) = 221+137+137=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8989 is #227676. Grayscale: #A2A2A2. Windows color (decimal): -2258551 or 9013725. OLE color: 9013725.

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

Color convert

RGB221137137-
CMYK00.380.380.13
HSL55.26%70.2%-
HSV(B)38.01%86.67%-
XYZ43.2835.0728.15-
YUV162.12113.83170-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=44.65%
G=27.68%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113713700.380.380.13055.2670.2
HexDD898902626D03746
Octal3352112110464615067106
Binary1101110110001001100010010100110100110110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8989; }

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

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

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

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

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

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

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

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