#D47474

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

Shades of Sea Pink #D47474

Tints of Sea Pink #D47474

Color information

#D47474 (or 0xD47474) is unknown color: approx Sea Pink. HEX triplet: D4, 74 and 74. RGB value is (212,116,116). Sum of RGB (Red+Green+Blue) = 212+116+116=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D47474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47474 is #2B8B8B. Grayscale: #909090. Windows color (decimal): -2853772 or 7632084. OLE color: 7632084.

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

Color convert

RGB212116116-
CMYK00.450.450.17
HSL52.75%64.31%-
HSV(B)45.28%83.14%-
XYZ36.5527.7519.95-
YUV144.7111.8176-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=47.75%
G=26.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211611600.450.450.17052.7564.31
HexD4747402D2D1103540
Octal3241641640555521065100
Binary110101001110100111010001011011011011000101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47474; }

 p { color: rgb(212,116,116); }

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

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

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

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

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

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

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