#D5827E

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

Shades of Sea Pink #D5827E

Tints of Sea Pink #D5827E

Color information

#D5827E (or 0xD5827E) is unknown color: approx Sea Pink. HEX triplet: D5, 82 and 7E. RGB value is (213,130,126). Sum of RGB (Red+Green+Blue) = 213+130+126=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5827E is #2A7D81. Grayscale: #9A9A9A. Windows color (decimal): -2784642 or 8291029. OLE color: 8291029.

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

Color convert

RGB213130126-
CMYK00.390.410.16
HSL2.76º50.88%66.47%-
HSV(B)2.76º40.85%83.53%-
XYZ39.1931.6223.78-
YUV154.36112169.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=45.42%
G=27.72%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313012600.390.410.162.7650.8866.47
HexD5827E027291033342
Octal3252021760475120363102
Binary11010101100000101111110010011110100110000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5827E; }

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

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

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

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

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

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

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

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