#D88483

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

Shades of Sea Pink #D88483

Tints of Sea Pink #D88483

Color information

#D88483 (or 0xD88483) is unknown color: approx Sea Pink. HEX triplet: D8, 84 and 83. RGB value is (216,132,131). Sum of RGB (Red+Green+Blue) = 216+132+131=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D88483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88483 is #277B7C. Grayscale: #9D9D9D. Windows color (decimal): -2587517 or 8619224. OLE color: 8619224.

HSL color Cylindrical-coordinate representation of color #D88483: hue angle of 0.71º degrees, saturation: 0.52, 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 #D88483 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB216132131-
CMYK00.390.390.15
HSL0.71º52.15%68.04%-
HSV(B)0.71º39.35%84.71%-
XYZ40.6732.7425.65-
YUV157113.33170.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=45.09%
G=27.56%
B=27.35%

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
Decimal21613213100.390.390.150.7152.1568.04
HexD8848302727F13444
Octal3302042030474717164104
Binary1101100010000100100000110100111100111111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88483; }

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

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

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

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

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

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

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

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