#DD8888

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

Shades of Sea Pink #DD8888

Tints of Sea Pink #DD8888

Color information

#DD8888 (or 0xDD8888) is unknown color: approx Sea Pink. HEX triplet: DD, 88 and 88. RGB value is (221,136,136). Sum of RGB (Red+Green+Blue) = 221+136+136=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8888 is #227777. Grayscale: #A1A1A1. Windows color (decimal): -2258808 or 8947933. OLE color: 8947933.

HSL color Cylindrical-coordinate representation of color #DD8888: hue angle of 0º degrees, saturation: 0.56, 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 #DD8888 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221136136-
CMYK00.380.380.13
HSL55.56%70%-
HSV(B)38.46%86.67%-
XYZ43.0734.7627.73-
YUV161.42113.66170.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=44.83%
G=27.59%
B=27.59%

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
Decimal22113613600.380.380.13055.5670
HexDD888802626D03846
Octal3352102100464615070106
Binary1101110110001000100010000100110100110110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8888; }

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

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

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

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

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

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

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

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