#D97775

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

Shades of Sea Pink #D97775

Tints of Sea Pink #D97775

Color information

#D97775 (or 0xD97775) is unknown color: approx Sea Pink. HEX triplet: D9, 77 and 75. RGB value is (217,119,117). Sum of RGB (Red+Green+Blue) = 217+119+117=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D97775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97775 is #26888A. Grayscale: #949494. Windows color (decimal): -2525323 or 7698393. OLE color: 7698393.

HSL color Cylindrical-coordinate representation of color #D97775: hue angle of 1.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97775 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217119117-
CMYK00.450.460.15
HSL1.2º56.82%65.49%-
HSV(B)1.2º46.08%85.1%-
XYZ38.4229.2320.45-
YUV148.07110.47177.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=47.90%
G=26.27%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711911700.450.460.151.256.8265.49
HexD9777502D2EF13941
Octal3311671650555617171101
Binary11011001111011111101010101101101110111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97775; }

 p { color: rgb(217,119,117); }

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

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

 a { background-color: rgb(217,119,117); }

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

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

 span { border-color: rgb(217,119,117); }

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