#D48382

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

Shades of Sea Pink #D48382

Tints of Sea Pink #D48382

Color information

#D48382 (or 0xD48382) is unknown color: approx Sea Pink. HEX triplet: D4, 83 and 82. RGB value is (212,131,130). Sum of RGB (Red+Green+Blue) = 212+131+130=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D48382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48382 is #2B7C7D. Grayscale: #9B9B9B. Windows color (decimal): -2849918 or 8553428. OLE color: 8553428.

HSL color Cylindrical-coordinate representation of color #D48382: hue angle of 0.73º 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 #D48382 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212131130-
CMYK00.380.390.17
HSL0.73º48.81%67.06%-
HSV(B)0.73º38.68%83.14%-
XYZ39.331.8425.19-
YUV155.1113.84168.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.82%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=44.82%
G=27.70%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213113000.380.390.170.7348.8167.06
HexD48382026271113143
Octal3242032020464721161103
Binary11010100100000111000001001001101001111000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48382; }

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

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

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

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

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

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

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

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