#DD8A88

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

Shades of Sea Pink #DD8A88

Tints of Sea Pink #DD8A88

Color information

#DD8A88 (or 0xDD8A88) is unknown color: approx Sea Pink. HEX triplet: DD, 8A and 88. RGB value is (221,138,136). Sum of RGB (Red+Green+Blue) = 221+138+136=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A88 is #227577. Grayscale: #A2A2A2. Windows color (decimal): -2258296 or 8948445. OLE color: 8948445.

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

Color convert

RGB221138136-
CMYK00.380.380.13
HSL1.41º55.56%70%-
HSV(B)1.41º38.46%86.67%-
XYZ43.3535.3327.83-
YUV162.59113169.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=44.65%
G=27.88%
B=27.47%

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
Decimal22113813600.380.380.131.4155.5670
HexDD8A8802626D13846
Octal3352122100464615170106
Binary1101110110001010100010000100110100110110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A88; }

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

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

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

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

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

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

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

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