#D27978

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

Shades of Sea Pink #D27978

Tints of Sea Pink #D27978

Color information

#D27978 (or 0xD27978) is unknown color: approx Sea Pink. HEX triplet: D2, 79 and 78. RGB value is (210,121,120). Sum of RGB (Red+Green+Blue) = 210+121+120=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D27978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27978 is #2D8687. Grayscale: #939393. Windows color (decimal): -2983560 or 7895506. OLE color: 7895506.

HSL color Cylindrical-coordinate representation of color #D27978: hue angle of 0.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27978 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210121120-
CMYK00.420.430.18
HSL0.67º50%64.71%-
HSV(B)0.67º42.86%82.35%-
XYZ36.8128.7321.38-
YUV147.5112.49172.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=46.56%
G=26.83%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012112000.420.430.180.675064.71
HexD2797802A2B1213241
Octal3221711700525322162101
Binary110100101111001111100001010101010111001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27978; }

 p { color: rgb(210,121,120); }

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

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

 a { background-color: rgb(210,121,120); }

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

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

 span { border-color: rgb(210,121,120); }

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