#DD8484

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

Shades of Sea Pink #DD8484

Tints of Sea Pink #DD8484

Color information

#DD8484 (or 0xDD8484) is unknown color: approx Sea Pink. HEX triplet: DD, 84 and 84. RGB value is (221,132,132). Sum of RGB (Red+Green+Blue) = 221+132+132=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8484 is #227B7B. Grayscale: #9E9E9E. Windows color (decimal): -2259836 or 8684765. OLE color: 8684765.

HSL color Cylindrical-coordinate representation of color #DD8484: 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.4%. Process color model (Four color, CMYK) of #DD8484 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221132132-
CMYK00.400.400.13
HSL56.69%69.22%-
HSV(B)40.27%86.67%-
XYZ42.2333.5426.08-
YUV158.61112.99172.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=45.57%
G=27.22%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113213200.400.400.13056.6969.22
HexDD848402828D03945
Octal3352042040505015071105
Binary1101110110000100100001000101000101000110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8484; }

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

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

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

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

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

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

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

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