#D27774

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

Shades of Sea Pink #D27774

Tints of Sea Pink #D27774

Color information

#D27774 (or 0xD27774) is unknown color: approx Sea Pink. HEX triplet: D2, 77 and 74. RGB value is (210,119,116). Sum of RGB (Red+Green+Blue) = 210+119+116=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D27774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27774 is #2D888B. Grayscale: #919191. Windows color (decimal): -2984076 or 7632850. OLE color: 7632850.

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

Color convert

RGB210119116-
CMYK00.430.450.18
HSL1.91º51.09%63.92%-
HSV(B)1.91º44.76%82.35%-
XYZ36.3328.1620.04-
YUV145.87111.15173.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.19%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=47.19%
G=26.74%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011911600.430.450.181.9151.0963.92
HexD2777402B2D1223340
Octal3221671640535522263100
Binary1101001011101111110100010101110110110010101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27774; }

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

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

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

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

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

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

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

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