#D2827C

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

Shades of Sea Pink #D2827C

Tints of Sea Pink #D2827C

Color information

#D2827C (or 0xD2827C) is unknown color: approx Sea Pink. HEX triplet: D2, 82 and 7C. RGB value is (210,130,124). Sum of RGB (Red+Green+Blue) = 210+130+124=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2827C is #2D7D83. Grayscale: #999999. Windows color (decimal): -2981252 or 8159954. OLE color: 8159954.

HSL color Cylindrical-coordinate representation of color #D2827C: hue angle of 4.19º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2827C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210130124-
CMYK00.380.410.18
HSL4.19º48.86%65.49%-
HSV(B)4.19º40.95%82.35%-
XYZ38.231.1223.06-
YUV153.24111.5168.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=45.26%
G=28.02%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013012400.380.410.184.1948.8665.49
HexD2827C026291243141
Octal3222021740465122461101
Binary110100101000001011111000100110101001100101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2827C; }

 p { color: rgb(210,130,124); }

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

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

 a { background-color: rgb(210,130,124); }

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

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

 span { border-color: rgb(210,130,124); }

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