#DD857F

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

Shades of Sea Pink #DD857F

Tints of Sea Pink #DD857F

Color information

#DD857F (or 0xDD857F) is unknown color: approx Sea Pink. HEX triplet: DD, 85 and 7F. RGB value is (221,133,127). Sum of RGB (Red+Green+Blue) = 221+133+127=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD857F is #227A80. Grayscale: #9E9E9E. Windows color (decimal): -2259585 or 8357341. OLE color: 8357341.

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

Color convert

RGB221133127-
CMYK00.400.430.13
HSL3.83º58.02%68.24%-
HSV(B)3.83º42.53%86.67%-
XYZ42.0433.6824.36-
YUV158.63110.15172.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 127 (50% from 255) = 26.40%
R=45.95%
G=27.65%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113312700.400.430.133.8358.0268.24
HexDD857F0282BD43a44
Octal3352051770505315472104
Binary11011101100001011111111010100010101111011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD857F; }

 p { color: rgb(221,133,127); }

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

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

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

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

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

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

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