#D0827D

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

Shades of Sea Pink #D0827D

Tints of Sea Pink #D0827D

Color information

#D0827D (or 0xD0827D) is unknown color: approx Sea Pink. HEX triplet: D0, 82 and 7D. RGB value is (208,130,125). Sum of RGB (Red+Green+Blue) = 208+130+125=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0827D is #2F7D82. Grayscale: #989898. Windows color (decimal): -3112323 or 8225488. OLE color: 8225488.

HSL color Cylindrical-coordinate representation of color #D0827D: hue angle of 3.61º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0827D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208130125-
CMYK00.380.400.18
HSL3.61º46.89%65.29%-
HSV(B)3.61º39.9%81.57%-
XYZ37.730.8623.37-
YUV152.75112.34167.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=44.92%
G=28.08%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813012500.380.400.183.6146.8965.29
HexD0827D026281242f41
Octal3202021750465022457101
Binary110100001000001011111010100110101000100101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0827D; }

 p { color: rgb(208,130,125); }

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

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

 a { background-color: rgb(208,130,125); }

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

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

 span { border-color: rgb(208,130,125); }

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