#d4827f

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

Shades of Sea Pink #D4827F

Tints of Sea Pink #D4827F

Color information

#D4827F (or 0xD4827F) is unknown color: approx Sea Pink. HEX triplet: D4, 82 and 7F. RGB value is (212,130,127). Sum of RGB (Red+Green+Blue) = 212+130+127=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4827F is #2B7D80. Grayscale: #9A9A9A. Windows color (decimal): -2850177 or 8356564. OLE color: 8356564.

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

Color convert

RGB212130127-
CMYK00.390.400.17
HSL2.12º49.71%66.47%-
HSV(B)2.12º40.09%83.14%-
XYZ38.9631.4924.1-
YUV154.18112.67169.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 127 (50% from 255) = 27.08%
R=45.20%
G=27.72%
B=27.08%

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
Decimal21213012700.390.400.172.1249.7166.47
HexD4827F027281123242
Octal3242021770475021262102
Binary11010100100000101111111010011110100010001101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4827f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4827f; }

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

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

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

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

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

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

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

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