#D67D78

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

Shades of Sea Pink #D67D78

Tints of Sea Pink #D67D78

Color information

#D67D78 (or 0xD67D78) is unknown color: approx Sea Pink. HEX triplet: D6, 7D and 78. RGB value is (214,125,120). Sum of RGB (Red+Green+Blue) = 214+125+120=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D78 is #298287. Grayscale: #979797. Windows color (decimal): -2720392 or 7896534. OLE color: 7896534.

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

Color convert

RGB214125120-
CMYK00.420.440.16
HSL3.19º53.41%65.49%-
HSV(B)3.19º43.93%83.92%-
XYZ38.4630.3221.59-
YUV151.04110.49172.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=46.62%
G=27.23%
B=26.14%

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
Decimal21412512000.420.440.163.1953.4165.49
HexD67D7802A2C1033541
Octal3261751700525420365101
Binary1101011011111011111000010101010110010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D78; }

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

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

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

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

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

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

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

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