#D67C78

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

Shades of Sea Pink #D67C78

Tints of Sea Pink #D67C78

Color information

#D67C78 (or 0xD67C78) is unknown color: approx Sea Pink. HEX triplet: D6, 7C and 78. RGB value is (214,124,120). Sum of RGB (Red+Green+Blue) = 214+124+120=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C78 is #298387. Grayscale: #969696. Windows color (decimal): -2720648 or 7896278. OLE color: 7896278.

HSL color Cylindrical-coordinate representation of color #D67C78: hue angle of 2.55º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67C78 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214124120-
CMYK00.420.440.16
HSL2.55º53.41%65.49%-
HSV(B)2.55º43.93%83.92%-
XYZ38.3330.0721.55-
YUV150.45110.82173.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=46.72%
G=27.07%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412412000.420.440.162.5553.4165.49
HexD67C7802A2C1033541
Octal3261741700525420365101
Binary1101011011111001111000010101010110010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C78; }

 p { color: rgb(214,124,120); }

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

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

 a { background-color: rgb(214,124,120); }

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

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

 span { border-color: rgb(214,124,120); }

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