#D28080

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

Shades of Sea Pink #D28080

Tints of Sea Pink #D28080

Color information

#D28080 (or 0xD28080) is unknown color: approx Sea Pink. HEX triplet: D2, 80 and 80. RGB value is (210,128,128). Sum of RGB (Red+Green+Blue) = 210+128+128=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D28080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28080 is #2D7F7F. Grayscale: #989898. Windows color (decimal): -2981760 or 8421586. OLE color: 8421586.

HSL color Cylindrical-coordinate representation of color #D28080: hue angle of 0º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D28080 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210128128-
CMYK00.390.390.18
HSL47.67%66.27%-
HSV(B)39.05%82.35%-
XYZ38.1930.724.33-
YUV152.52114.17169-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=45.06%
G=27.47%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012812800.390.390.18047.6766.27
HexD28080027271203042
Octal3222002000474722060102
Binary11010010100000001000000001001111001111001001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28080; }

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

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

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

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

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

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

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

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