#D98080

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

Shades of Sea Pink #D98080

Tints of Sea Pink #D98080

Color information

#D98080 (or 0xD98080) is unknown color: approx Sea Pink. HEX triplet: D9, 80 and 80. RGB value is (217,128,128). Sum of RGB (Red+Green+Blue) = 217+128+128=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D98080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98080 is #267F7F. Grayscale: #9A9A9A. Windows color (decimal): -2523008 or 8421593. OLE color: 8421593.

HSL color Cylindrical-coordinate representation of color #D98080: hue angle of 0º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98080 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217128128-
CMYK00.410.410.15
HSL53.94%67.65%-
HSV(B)41.01%85.1%-
XYZ40.2331.7524.43-
YUV154.61112.99172.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=45.88%
G=27.06%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712812800.410.410.15053.9467.65
HexD9808002929F03644
Octal3312002000515117066104
Binary1101100110000000100000000101001101001111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98080; }

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

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

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

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

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

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

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

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