#D5827C

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

Shades of Sea Pink #D5827C

Tints of Sea Pink #D5827C

Color information

#D5827C (or 0xD5827C) is unknown color: approx Sea Pink. HEX triplet: D5, 82 and 7C. RGB value is (213,130,124). Sum of RGB (Red+Green+Blue) = 213+130+124=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5827C is #2A7D83. Grayscale: #9A9A9A. Windows color (decimal): -2784644 or 8159957. OLE color: 8159957.

HSL color Cylindrical-coordinate representation of color #D5827C: hue angle of 4.04º degrees, saturation: 0.51, 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 #D5827C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213130124-
CMYK00.390.420.16
HSL4.04º51.45%66.08%-
HSV(B)4.04º41.78%83.53%-
XYZ39.0631.5723.1-
YUV154.13111169.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=45.61%
G=27.84%
B=26.55%

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
Decimal21313012400.390.420.164.0451.4566.08
HexD5827C0272A1043342
Octal3252021740475220463102
Binary110101011000001011111000100111101010100001001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5827C; }

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

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

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

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

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

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

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

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