#DD8781

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

Shades of Sea Pink #DD8781

Tints of Sea Pink #DD8781

Color information

#DD8781 (or 0xDD8781) is unknown color: approx Sea Pink. HEX triplet: DD, 87 and 81. RGB value is (221,135,129). Sum of RGB (Red+Green+Blue) = 221+135+129=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8781 is #22787E. Grayscale: #A0A0A0. Windows color (decimal): -2259071 or 8488925. OLE color: 8488925.

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

Color convert

RGB221135129-
CMYK00.390.420.13
HSL3.91º57.5%68.63%-
HSV(B)3.91º41.63%86.67%-
XYZ42.4534.2925.15-
YUV160.03110.49171.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=45.57%
G=27.84%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113512900.390.420.133.9157.568.63
HexDD87810272AD43a45
Octal3352072010475215472105
Binary110111011000011110000001010011110101011011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8781; }

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

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

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

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

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

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

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

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