#D3827A

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

Shades of Sea Pink #D3827A

Tints of Sea Pink #D3827A

Color information

#D3827A (or 0xD3827A) is unknown color: approx Sea Pink. HEX triplet: D3, 82 and 7A. RGB value is (211,130,122). Sum of RGB (Red+Green+Blue) = 211+130+122=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D3827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3827A is #2C7D85. Grayscale: #999999. Windows color (decimal): -2915718 or 8028883. OLE color: 8028883.

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

Color convert

RGB211130122-
CMYK00.380.420.17
HSL5.39º50.28%65.29%-
HSV(B)5.39º42.18%82.75%-
XYZ38.3631.2222.42-
YUV153.31110.34169.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=45.57%
G=28.08%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113012200.380.420.175.3950.2865.29
HexD3827A0262A1153241
Octal3232021720465221562101
Binary110100111000001011110100100110101010100011011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3827A; }

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

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

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

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

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

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

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

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