#D97E7E

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

Shades of Sea Pink #D97E7E

Tints of Sea Pink #D97E7E

Color information

#D97E7E (or 0xD97E7E) is unknown color: approx Sea Pink. HEX triplet: D9, 7E and 7E. RGB value is (217,126,126). Sum of RGB (Red+Green+Blue) = 217+126+126=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E7E is #268181. Grayscale: #999999. Windows color (decimal): -2523522 or 8290009. OLE color: 8290009.

HSL color Cylindrical-coordinate representation of color #D97E7E: 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.42%. Process color model (Four color, CMYK) of #D97E7E is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217126126-
CMYK00.420.420.15
HSL54.49%67.25%-
HSV(B)41.94%85.1%-
XYZ39.8431.1823.66-
YUV153.21112.65173.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=46.27%
G=26.87%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712612600.420.420.15054.4967.25
HexD97E7E02A2AF03643
Octal3311761760525217066103
Binary11011001111111011111100101010101010111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E7E; }

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

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

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

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

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

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

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

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