#D58480

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

Shades of Sea Pink #D58480

Tints of Sea Pink #D58480

Color information

#D58480 (or 0xD58480) is unknown color: approx Sea Pink. HEX triplet: D5, 84 and 80. RGB value is (213,132,128). Sum of RGB (Red+Green+Blue) = 213+132+128=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D58480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58480 is #2A7B7F. Grayscale: #9B9B9B. Windows color (decimal): -2784128 or 8422613. OLE color: 8422613.

HSL color Cylindrical-coordinate representation of color #D58480: hue angle of 2.82º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58480 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213132128-
CMYK00.380.400.16
HSL2.82º50.3%66.86%-
HSV(B)2.82º39.91%83.53%-
XYZ39.5932.2124.55-
YUV155.76112.34168.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=45.03%
G=27.91%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313212800.380.400.162.8250.366.86
HexD58480026281033243
Octal3252042000465020362103
Binary110101011000010010000000010011010100010000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58480; }

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

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

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

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

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

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

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

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