#DD8281

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

Shades of Sea Pink #DD8281

Tints of Sea Pink #DD8281

Color information

#DD8281 (or 0xDD8281) is unknown color: approx Sea Pink. HEX triplet: DD, 82 and 81. RGB value is (221,130,129). Sum of RGB (Red+Green+Blue) = 221+130+129=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8281 is #227D7E. Grayscale: #9D9D9D. Windows color (decimal): -2260351 or 8487645. OLE color: 8487645.

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

Color convert

RGB221130129-
CMYK00.410.420.13
HSL0.65º57.5%68.63%-
HSV(B)0.65º41.63%86.67%-
XYZ41.7632.9224.92-
YUV157.1112.15173.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=46.04%
G=27.08%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113012900.410.420.130.6557.568.63
HexDD82810292AD13a45
Octal3352022010515215172105
Binary1101110110000010100000010101001101010110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8281; }

 p { color: rgb(221,130,129); }

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

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

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

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

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

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

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