#D3827D

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

Shades of Sea Pink #D3827D

Tints of Sea Pink #D3827D

Color information

#D3827D (or 0xD3827D) is unknown color: approx Sea Pink. HEX triplet: D3, 82 and 7D. RGB value is (211,130,125). Sum of RGB (Red+Green+Blue) = 211+130+125=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D3827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3827D is #2C7D82. Grayscale: #999999. Windows color (decimal): -2915715 or 8225491. OLE color: 8225491.

HSL color Cylindrical-coordinate representation of color #D3827D: hue angle of 3.49º degrees, saturation: 0.49, 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 #D3827D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211130125-
CMYK00.380.410.17
HSL3.49º49.43%65.88%-
HSV(B)3.49º40.76%82.75%-
XYZ38.5531.2923.41-
YUV153.65111.84168.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=45.28%
G=27.90%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113012500.380.410.173.4949.4365.88
HexD3827D026291133142
Octal3232021750465121361102
Binary11010011100000101111101010011010100110001111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3827D; }

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

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

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

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

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

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

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

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