#D48281

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

Shades of Sea Pink #D48281

Tints of Sea Pink #D48281

Color information

#D48281 (or 0xD48281) is unknown color: approx Sea Pink. HEX triplet: D4, 82 and 81. RGB value is (212,130,129). Sum of RGB (Red+Green+Blue) = 212+130+129=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D48281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48281 is #2B7D7E. Grayscale: #9A9A9A. Windows color (decimal): -2850175 or 8487636. OLE color: 8487636.

HSL color Cylindrical-coordinate representation of color #D48281: hue angle of 0.72º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48281 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212130129-
CMYK00.390.390.17
HSL0.72º49.11%66.86%-
HSV(B)0.72º39.15%83.14%-
XYZ39.131.5524.8-
YUV154.4113.67169.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=45.01%
G=27.60%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213012900.390.390.170.7249.1166.86
HexD48281027271113143
Octal3242022010474721161103
Binary11010100100000101000000101001111001111000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48281; }

 p { color: rgb(212,130,129); }

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

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

 a { background-color: rgb(212,130,129); }

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

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

 span { border-color: rgb(212,130,129); }

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