#DD8383

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

Shades of Sea Pink #DD8383

Tints of Sea Pink #DD8383

Color information

#DD8383 (or 0xDD8383) is unknown color: approx Sea Pink. HEX triplet: DD, 83 and 83. RGB value is (221,131,131). Sum of RGB (Red+Green+Blue) = 221+131+131=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8383 is #227C7C. Grayscale: #9D9D9D. Windows color (decimal): -2260093 or 8618973. OLE color: 8618973.

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

Color convert

RGB221131131-
CMYK00.410.410.13
HSL56.96%69.02%-
HSV(B)40.72%86.67%-
XYZ42.0333.2425.67-
YUV157.91112.82173-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=45.76%
G=27.12%
B=27.12%

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
Decimal22113113100.410.410.13056.9669.02
HexDD838302929D03945
Octal3352032030515115071105
Binary1101110110000011100000110101001101001110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8383; }

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

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

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

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

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

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

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

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