#D27A74

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

Shades of Sea Pink #D27A74

Tints of Sea Pink #D27A74

Color information

#D27A74 (or 0xD27A74) is unknown color: approx Sea Pink. HEX triplet: D2, 7A and 74. RGB value is (210,122,116). Sum of RGB (Red+Green+Blue) = 210+122+116=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A74 is #2D858B. Grayscale: #939393. Windows color (decimal): -2983308 or 7633618. OLE color: 7633618.

HSL color Cylindrical-coordinate representation of color #D27A74: hue angle of 3.83º 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 #D27A74 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210122116-
CMYK00.420.450.18
HSL3.83º51.09%63.92%-
HSV(B)3.83º44.76%82.35%-
XYZ36.6928.8820.16-
YUV147.63110.15172.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 116 (45.70% from 255) = 25.89%
R=46.88%
G=27.23%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012211600.420.450.183.8351.0963.92
HexD27A7402A2D1243340
Octal3221721640525522463100
Binary11010010111101011101000101010101101100101001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A74; }

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

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

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

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

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

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

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

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