#DF8882

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

Shades of Sea Pink #DF8882

Tints of Sea Pink #DF8882

Color information

#DF8882 (or 0xDF8882) is unknown color: approx Sea Pink. HEX triplet: DF, 88 and 82. RGB value is (223,136,130). Sum of RGB (Red+Green+Blue) = 223+136+130=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8882 is #20777D. Grayscale: #A1A1A1. Windows color (decimal): -2127742 or 8554719. OLE color: 8554719.

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

Color convert

RGB223136130-
CMYK00.390.420.13
HSL3.87º59.24%69.22%-
HSV(B)3.87º41.7%87.45%-
XYZ43.2634.9125.58-
YUV161.33110.32171.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=45.60%
G=27.81%
B=26.58%

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
Decimal22313613000.390.420.133.8759.2469.22
HexDF88820272AD43b45
Octal3372102020475215473105
Binary110111111000100010000010010011110101011011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8882; }

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

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

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

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

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

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

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

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