#D7827F

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

Shades of Sea Pink #D7827F

Tints of Sea Pink #D7827F

Color information

#D7827F (or 0xD7827F) is unknown color: approx Sea Pink. HEX triplet: D7, 82 and 7F. RGB value is (215,130,127). Sum of RGB (Red+Green+Blue) = 215+130+127=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7827F is #287D80. Grayscale: #9B9B9B. Windows color (decimal): -2653569 or 8356567. OLE color: 8356567.

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

Color convert

RGB215130127-
CMYK00.400.410.16
HSL2.05º52.38%67.06%-
HSV(B)2.05º40.93%84.31%-
XYZ39.8431.9424.14-
YUV155.07112.16170.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 127 (50% from 255) = 26.91%
R=45.55%
G=27.54%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513012700.400.410.162.0552.3867.06
HexD7827F028291023443
Octal3272021770505120264103
Binary11010111100000101111111010100010100110000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7827F; }

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

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

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

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

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

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

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

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