#D97875

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

Shades of Sea Pink #D97875

Tints of Sea Pink #D97875

Color information

#D97875 (or 0xD97875) is unknown color: approx Sea Pink. HEX triplet: D9, 78 and 75. RGB value is (217,120,117). Sum of RGB (Red+Green+Blue) = 217+120+117=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D97875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97875 is #26878A. Grayscale: #949494. Windows color (decimal): -2525067 or 7698649. OLE color: 7698649.

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

Color convert

RGB217120117-
CMYK00.450.460.15
HSL1.8º56.82%65.49%-
HSV(B)1.8º46.08%85.1%-
XYZ38.5429.4720.49-
YUV148.66110.14176.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.80%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=47.80%
G=26.43%
B=25.77%

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
Decimal21712011700.450.460.151.856.8265.49
HexD9787502D2EF23941
Octal3311701650555617271101
Binary110110011111000111010101011011011101111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97875; }

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

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

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

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

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

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

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

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