#DD8181

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

Shades of Sea Pink #DD8181

Tints of Sea Pink #DD8181

Color information

#DD8181 (or 0xDD8181) is unknown color: approx Sea Pink. HEX triplet: DD, 81 and 81. RGB value is (221,129,129). Sum of RGB (Red+Green+Blue) = 221+129+129=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8181 is #227E7E. Grayscale: #9C9C9C. Windows color (decimal): -2260607 or 8487389. OLE color: 8487389.

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

Color convert

RGB221129129-
CMYK00.420.420.13
HSL57.5%68.63%-
HSV(B)41.63%86.67%-
XYZ41.6332.6624.88-
YUV156.51112.48174-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=46.14%
G=26.93%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112912900.420.420.13057.568.63
HexDD818102A2AD03a45
Octal3352012010525215072105
Binary1101110110000001100000010101010101010110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8181; }

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

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

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

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

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

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

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

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