#DA8483

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

Shades of Sea Pink #DA8483

Tints of Sea Pink #DA8483

Color information

#DA8483 (or 0xDA8483) is unknown color: approx Sea Pink. HEX triplet: DA, 84 and 83. RGB value is (218,132,131). Sum of RGB (Red+Green+Blue) = 218+132+131=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8483 is #257B7C. Grayscale: #9D9D9D. Windows color (decimal): -2456445 or 8619226. OLE color: 8619226.

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

Color convert

RGB218132131-
CMYK00.390.400.15
HSL0.69º54.04%68.43%-
HSV(B)0.69º39.91%85.49%-
XYZ41.2633.0525.68-
YUV157.6112.99171.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=45.32%
G=27.44%
B=27.23%

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
Decimal21813213100.390.400.150.6954.0468.43
HexDA848302728F13644
Octal3322042030475017166104
Binary1101101010000100100000110100111101000111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8483; }

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

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

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

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

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

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

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

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