#D5827A

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

Shades of Sea Pink #D5827A

Tints of Sea Pink #D5827A

Color information

#D5827A (or 0xD5827A) is unknown color: approx Sea Pink. HEX triplet: D5, 82 and 7A. RGB value is (213,130,122). Sum of RGB (Red+Green+Blue) = 213+130+122=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5827A is #2A7D85. Grayscale: #9A9A9A. Windows color (decimal): -2784646 or 8028885. OLE color: 8028885.

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

Color convert

RGB213130122-
CMYK00.390.430.16
HSL5.27º52%65.69%-
HSV(B)5.27º42.72%83.53%-
XYZ38.9431.5222.44-
YUV153.91110170.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=45.81%
G=27.96%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313012200.390.430.165.275265.69
HexD5827A0272B1053442
Octal3252021720475320564102
Binary110101011000001011110100100111101011100001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5827A; }

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

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

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

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

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

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

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

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