#DD867F

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

Shades of Sea Pink #DD867F

Tints of Sea Pink #DD867F

Color information

#DD867F (or 0xDD867F) is unknown color: approx Sea Pink. HEX triplet: DD, 86 and 7F. RGB value is (221,134,127). Sum of RGB (Red+Green+Blue) = 221+134+127=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD867F is #227980. Grayscale: #9F9F9F. Windows color (decimal): -2259329 or 8357597. OLE color: 8357597.

HSL color Cylindrical-coordinate representation of color #DD867F: hue angle of 4.47º 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 #DD867F is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221134127-
CMYK00.390.430.13
HSL4.47º58.02%68.24%-
HSV(B)4.47º42.53%86.67%-
XYZ42.1733.9524.41-
YUV159.22109.82172.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 127 (50% from 255) = 26.35%
R=45.85%
G=27.80%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113412700.390.430.134.4758.0268.24
HexDD867F0272BD43a44
Octal3352061770475315472104
Binary11011101100001101111111010011110101111011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD867F; }

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

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

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

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

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

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

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

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