#D98585

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

Shades of Sea Pink #D98585

Tints of Sea Pink #D98585

Color information

#D98585 (or 0xD98585) is unknown color: approx Sea Pink. HEX triplet: D9, 85 and 85. RGB value is (217,133,133). Sum of RGB (Red+Green+Blue) = 217+133+133=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D98585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98585 is #267A7A. Grayscale: #9E9E9E. Windows color (decimal): -2521723 or 8750553. OLE color: 8750553.

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

Color convert

RGB217133133-
CMYK00.390.390.15
HSL52.5%68.63%-
HSV(B)38.71%85.1%-
XYZ41.2433.2226.43-
YUV158.12113.83170-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=44.93%
G=27.54%
B=27.54%

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
Decimal21713313300.390.390.15052.568.63
HexD9858502727F03545
Octal3312052050474717065105
Binary1101100110000101100001010100111100111111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98585; }

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

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

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

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

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

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

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

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