#D58080

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

Shades of Sea Pink #D58080

Tints of Sea Pink #D58080

Color information

#D58080 (or 0xD58080) is unknown color: approx Sea Pink. HEX triplet: D5, 80 and 80. RGB value is (213,128,128). Sum of RGB (Red+Green+Blue) = 213+128+128=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D58080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58080 is #2A7F7F. Grayscale: #999999. Windows color (decimal): -2785152 or 8421589. OLE color: 8421589.

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

Color convert

RGB213128128-
CMYK00.400.400.16
HSL50.3%66.86%-
HSV(B)39.91%83.53%-
XYZ39.0631.1424.37-
YUV153.42113.66170.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=45.42%
G=27.29%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312812800.400.400.16050.366.86
HexD58080028281003243
Octal3252002000505020062103
Binary11010101100000001000000001010001010001000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58080; }

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

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

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

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

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

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

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

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