#D6827D

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

Shades of Sea Pink #D6827D

Tints of Sea Pink #D6827D

Color information

#D6827D (or 0xD6827D) is unknown color: approx Sea Pink. HEX triplet: D6, 82 and 7D. RGB value is (214,130,125). Sum of RGB (Red+Green+Blue) = 214+130+125=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6827D is #297D82. Grayscale: #9A9A9A. Windows color (decimal): -2719107 or 8225494. OLE color: 8225494.

HSL color Cylindrical-coordinate representation of color #D6827D: hue angle of 3.37º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6827D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214130125-
CMYK00.390.420.16
HSL3.37º52.05%66.47%-
HSV(B)3.37º41.59%83.92%-
XYZ39.4231.7423.45-
YUV154.55111.33170.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=45.63%
G=27.72%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413012500.390.420.163.3752.0566.47
HexD6827D0272A1033442
Octal3262021750475220364102
Binary11010110100000101111101010011110101010000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6827D; }

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

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

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

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

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

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

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

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