#D97675

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

Shades of Sea Pink #D97675

Tints of Sea Pink #D97675

Color information

#D97675 (or 0xD97675) is unknown color: approx Sea Pink. HEX triplet: D9, 76 and 75. RGB value is (217,118,117). Sum of RGB (Red+Green+Blue) = 217+118+117=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D97675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97675 is #26898A. Grayscale: #939393. Windows color (decimal): -2525579 or 7698137. OLE color: 7698137.

HSL color Cylindrical-coordinate representation of color #D97675: hue angle of 0.6º 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 #D97675 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217118117-
CMYK00.460.460.15
HSL0.6º56.82%65.49%-
HSV(B)0.6º46.08%85.1%-
XYZ38.328.9920.41-
YUV147.49110.8177.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=48.01%
G=26.11%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711811700.460.460.150.656.8265.49
HexD9767502E2EF13941
Octal3311661650565617171101
Binary11011001111011011101010101110101110111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97675; }

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

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

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

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

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

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

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

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