#D4827D

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

Shades of Sea Pink #D4827D

Tints of Sea Pink #D4827D

Color information

#D4827D (or 0xD4827D) is unknown color: approx Sea Pink. HEX triplet: D4, 82 and 7D. RGB value is (212,130,125). Sum of RGB (Red+Green+Blue) = 212+130+125=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4827D is #2B7D82. Grayscale: #9A9A9A. Windows color (decimal): -2850179 or 8225492. OLE color: 8225492.

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

Color convert

RGB212130125-
CMYK00.390.410.17
HSL3.45º50.29%66.08%-
HSV(B)3.45º41.04%83.14%-
XYZ38.8431.4423.42-
YUV153.95111.67169.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=45.40%
G=27.84%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213012500.390.410.173.4550.2966.08
HexD4827D027291133242
Octal3242021750475121362102
Binary11010100100000101111101010011110100110001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4827D; }

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

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

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

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

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

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

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

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