#D97F7F

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

Shades of Sea Pink #D97F7F

Tints of Sea Pink #D97F7F

Color information

#D97F7F (or 0xD97F7F) is unknown color: approx Sea Pink. HEX triplet: D9, 7F and 7F. RGB value is (217,127,127). Sum of RGB (Red+Green+Blue) = 217+127+127=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F7F is #268080. Grayscale: #999999. Windows color (decimal): -2523265 or 8355801. OLE color: 8355801.

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

Color convert

RGB217127127-
CMYK00.410.410.15
HSL54.22%67.45%-
HSV(B)41.47%85.1%-
XYZ40.0431.4624.04-
YUV153.91112.82173-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 127 (50% from 255) = 26.96%
R=46.07%
G=26.96%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712712700.410.410.15054.2267.45
HexD97F7F02929F03643
Octal3311771770515117066103
Binary11011001111111111111110101001101001111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F7F; }

 p { color: rgb(217,127,127); }

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

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

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

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

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

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

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