#D48483

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

Shades of Sea Pink #D48483

Tints of Sea Pink #D48483

Color information

#D48483 (or 0xD48483) is unknown color: approx Sea Pink. HEX triplet: D4, 84 and 83. RGB value is (212,132,131). Sum of RGB (Red+Green+Blue) = 212+132+131=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D48483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48483 is #2B7B7C. Grayscale: #9B9B9B. Windows color (decimal): -2849661 or 8619220. OLE color: 8619220.

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

Color convert

RGB212132131-
CMYK00.380.380.17
HSL0.74º48.5%67.25%-
HSV(B)0.74º38.21%83.14%-
XYZ39.532.1425.59-
YUV155.81114168.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=44.63%
G=27.79%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213213100.380.380.170.7448.567.25
HexD48483026261113143
Octal3242042030464621161103
Binary11010100100001001000001101001101001101000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48483; }

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

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

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

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

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

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

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

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