#D98484

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

Shades of Sea Pink #D98484

Tints of Sea Pink #D98484

Color information

#D98484 (or 0xD98484) is unknown color: approx Sea Pink. HEX triplet: D9, 84 and 84. RGB value is (217,132,132). Sum of RGB (Red+Green+Blue) = 217+132+132=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D98484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98484 is #267B7B. Grayscale: #9D9D9D. Windows color (decimal): -2521980 or 8684761. OLE color: 8684761.

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

Color convert

RGB217132132-
CMYK00.390.390.15
HSL52.8%68.43%-
HSV(B)39.17%85.1%-
XYZ41.0332.9226.02-
YUV157.42113.66170.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=45.11%
G=27.44%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713213200.390.390.15052.868.43
HexD9848402727F03544
Octal3312042040474717065104
Binary1101100110000100100001000100111100111111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98484; }

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

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

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

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

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

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

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

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