#DD7F78

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

Shades of Sea Pink #DD7F78

Tints of Sea Pink #DD7F78

Color information

#DD7F78 (or 0xDD7F78) is unknown color: approx Sea Pink. HEX triplet: DD, 7F and 78. RGB value is (221,127,120). Sum of RGB (Red+Green+Blue) = 221+127+120=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F78 is #228087. Grayscale: #9A9A9A. Windows color (decimal): -2261128 or 7897053. OLE color: 7897053.

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

Color convert

RGB221127120-
CMYK00.430.460.13
HSL4.16º59.76%66.86%-
HSV(B)4.16º45.7%86.67%-
XYZ40.831.9121.78-
YUV154.31108.64175.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=47.22%
G=27.14%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112712000.430.460.134.1659.7666.86
HexDD7F7802B2ED43c43
Octal3351771700535615474103
Binary1101110111111111111000010101110111011011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F78; }

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

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

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

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

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

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

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

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