#DF8383

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

Shades of Sea Pink #DF8383

Tints of Sea Pink #DF8383

Color information

#DF8383 (or 0xDF8383) is unknown color: approx Sea Pink. HEX triplet: DF, 83 and 83. RGB value is (223,131,131). Sum of RGB (Red+Green+Blue) = 223+131+131=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8383 is #207C7C. Grayscale: #9E9E9E. Windows color (decimal): -2129021 or 8618975. OLE color: 8618975.

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

Color convert

RGB223131131-
CMYK00.410.410.13
HSL58.97%69.41%-
HSV(B)41.26%87.45%-
XYZ42.6433.5625.7-
YUV158.51112.48174-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=45.98%
G=27.01%
B=27.01%

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
Decimal22313113100.410.410.13058.9769.41
HexDF838302929D03b45
Octal3372032030515115073105
Binary1101111110000011100000110101001101001110101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8383; }

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

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

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

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

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

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

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

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