#D27776

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

Shades of Sea Pink #D27776

Tints of Sea Pink #D27776

Color information

#D27776 (or 0xD27776) is unknown color: approx Sea Pink. HEX triplet: D2, 77 and 76. RGB value is (210,119,118). Sum of RGB (Red+Green+Blue) = 210+119+118=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D27776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27776 is #2D8889. Grayscale: #929292. Windows color (decimal): -2984074 or 7763922. OLE color: 7763922.

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

Color convert

RGB210119118-
CMYK00.430.440.18
HSL0.65º50.55%64.31%-
HSV(B)0.65º43.81%82.35%-
XYZ36.4528.220.66-
YUV146.1112.15173.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=46.98%
G=26.62%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011911800.430.440.180.6550.5564.31
HexD2777602B2C1213340
Octal3221671660535422163100
Binary110100101110111111011001010111011001001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27776; }

 p { color: rgb(210,119,118); }

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

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

 a { background-color: rgb(210,119,118); }

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

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

 span { border-color: rgb(210,119,118); }

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