#DF8A88

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

Shades of Sea Pink #DF8A88

Tints of Sea Pink #DF8A88

Color information

#DF8A88 (or 0xDF8A88) is unknown color: approx Sea Pink. HEX triplet: DF, 8A and 88. RGB value is (223,138,136). Sum of RGB (Red+Green+Blue) = 223+138+136=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A88 is #207577. Grayscale: #A3A3A3. Windows color (decimal): -2127224 or 8948447. OLE color: 8948447.

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

Color convert

RGB223138136-
CMYK00.380.390.13
HSL1.38º57.62%70.39%-
HSV(B)1.38º39.01%87.45%-
XYZ43.9635.6427.86-
YUV163.19112.66170.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=44.87%
G=27.77%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313813600.380.390.131.3857.6270.39
HexDF8A8802627D13a46
Octal3372122100464715172106
Binary1101111110001010100010000100110100111110111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8A88; }

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

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

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

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

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

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

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

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