#D27772

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

Shades of Sea Pink #D27772

Tints of Sea Pink #D27772

Color information

#D27772 (or 0xD27772) is unknown color: approx Sea Pink. HEX triplet: D2, 77 and 72. RGB value is (210,119,114). Sum of RGB (Red+Green+Blue) = 210+119+114=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27772 is #2D888D. Grayscale: #919191. Windows color (decimal): -2984078 or 7501778. OLE color: 7501778.

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

Color convert

RGB210119114-
CMYK00.430.460.18
HSL3.13º51.61%63.53%-
HSV(B)3.13º45.71%82.35%-
XYZ36.2128.1119.44-
YUV145.64110.15173.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=47.40%
G=26.86%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011911400.430.460.183.1351.6163.53
HexD2777202B2E1233440
Octal3221671620535622364100
Binary1101001011101111110010010101110111010010111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27772; }

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

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

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

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

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

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

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

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