#D48180

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

Shades of Sea Pink #D48180

Tints of Sea Pink #D48180

Color information

#D48180 (or 0xD48180) is unknown color: approx Sea Pink. HEX triplet: D4, 81 and 80. RGB value is (212,129,128). Sum of RGB (Red+Green+Blue) = 212+129+128=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D48180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48180 is #2B7E7F. Grayscale: #999999. Windows color (decimal): -2850432 or 8421844. OLE color: 8421844.

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

Color convert

RGB212129128-
CMYK00.390.400.17
HSL0.71º49.41%66.67%-
HSV(B)0.71º39.62%83.14%-
XYZ38.931.2624.4-
YUV153.7113.5169.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=45.20%
G=27.51%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212912800.390.400.170.7149.4166.67
HexD48180027281113143
Octal3242012000475021161103
Binary11010100100000011000000001001111010001000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48180; }

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

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

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

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

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

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

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

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