#DF8484

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

Shades of Sea Pink #DF8484

Tints of Sea Pink #DF8484

Color information

#DF8484 (or 0xDF8484) is unknown color: approx Sea Pink. HEX triplet: DF, 84 and 84. RGB value is (223,132,132). Sum of RGB (Red+Green+Blue) = 223+132+132=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8484 is #207B7B. Grayscale: #9F9F9F. Windows color (decimal): -2128764 or 8684767. OLE color: 8684767.

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

Color convert

RGB223132132-
CMYK00.410.410.13
HSL58.71%69.61%-
HSV(B)40.81%87.45%-
XYZ42.8533.8626.11-
YUV159.21112.65173.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=45.79%
G=27.10%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313213200.410.410.13058.7169.61
HexDF848402929D03b46
Octal3372042040515115073106
Binary1101111110000100100001000101001101001110101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8484; }

 p { color: rgb(223,132,132); }

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

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

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

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

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

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

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