#D58078

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

Shades of Sea Pink #D58078

Tints of Sea Pink #D58078

Color information

#D58078 (or 0xD58078) is unknown color: approx Sea Pink. HEX triplet: D5, 80 and 78. RGB value is (213,128,120). Sum of RGB (Red+Green+Blue) = 213+128+120=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58078 is #2A7F87. Grayscale: #989898. Windows color (decimal): -2785160 or 7897301. OLE color: 7897301.

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

Color convert

RGB213128120-
CMYK00.400.440.16
HSL5.16º52.54%65.29%-
HSV(B)5.16º43.66%83.53%-
XYZ38.5530.9421.71-
YUV152.5109.66171.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=46.20%
G=27.77%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312812000.400.440.165.1652.5465.29
HexD580780282C1053541
Octal3252001700505420565101
Binary110101011000000011110000101000101100100001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58078; }

 p { color: rgb(213,128,120); }

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

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

 a { background-color: rgb(213,128,120); }

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

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

 span { border-color: rgb(213,128,120); }

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