#D67472

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

Shades of Sea Pink #D67472

Tints of Sea Pink #D67472

Color information

#D67472 (or 0xD67472) is unknown color: approx Sea Pink. HEX triplet: D6, 74 and 72. RGB value is (214,116,114). Sum of RGB (Red+Green+Blue) = 214+116+114=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D67472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67472 is #298B8D. Grayscale: #919191. Windows color (decimal): -2722702 or 7501014. OLE color: 7501014.

HSL color Cylindrical-coordinate representation of color #D67472: hue angle of 1.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67472 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB214116114-
CMYK00.460.470.16
HSL1.2º54.95%64.31%-
HSV(B)1.2º46.73%83.92%-
XYZ37.012819.37-
YUV145.07110.47177.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=48.20%
G=26.13%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411611400.460.470.161.254.9564.31
HexD6747202E2F1013740
Octal3261641620565720167100
Binary110101101110100111001001011101011111000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67472; }

 p { color: rgb(214,116,114); }

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

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

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

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

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

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

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