#DD8985

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

Shades of Sea Pink #DD8985

Tints of Sea Pink #DD8985

Color information

#DD8985 (or 0xDD8985) is unknown color: approx Sea Pink. HEX triplet: DD, 89 and 85. RGB value is (221,137,133). Sum of RGB (Red+Green+Blue) = 221+137+133=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8985 is #22767A. Grayscale: #A1A1A1. Windows color (decimal): -2258555 or 8751581. OLE color: 8751581.

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

Color convert

RGB221137133-
CMYK00.380.400.13
HSL2.73º56.41%69.41%-
HSV(B)2.73º39.82%86.67%-
XYZ4334.9626.67-
YUV161.66111.83170.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=45.01%
G=27.90%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113713300.380.400.132.7356.4169.41
HexDD898502628D33845
Octal3352112050465015370105
Binary11011101100010011000010101001101010001101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8985; }

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

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

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

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

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

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

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

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