#D98483

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

Shades of Sea Pink #D98483

Tints of Sea Pink #D98483

Color information

#D98483 (or 0xD98483) is unknown color: approx Sea Pink. HEX triplet: D9, 84 and 83. RGB value is (217,132,131). Sum of RGB (Red+Green+Blue) = 217+132+131=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D98483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98483 is #267B7C. Grayscale: #9D9D9D. Windows color (decimal): -2521981 or 8619225. OLE color: 8619225.

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

Color convert

RGB217132131-
CMYK00.390.400.15
HSL0.7º53.09%68.24%-
HSV(B)0.7º39.63%85.1%-
XYZ40.9632.8925.66-
YUV157.3113.16170.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.21%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=45.21%
G=27.5%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713213100.390.400.150.753.0968.24
HexD9848302728F13544
Octal3312042030475017165104
Binary1101100110000100100000110100111101000111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98483; }

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

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

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

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

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

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

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

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