#D57675

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

Shades of Sea Pink #D57675

Tints of Sea Pink #D57675

Color information

#D57675 (or 0xD57675) is unknown color: approx Sea Pink. HEX triplet: D5, 76 and 75. RGB value is (213,118,117). Sum of RGB (Red+Green+Blue) = 213+118+117=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D57675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57675 is #2A898A. Grayscale: #929292. Windows color (decimal): -2787723 or 7698133. OLE color: 7698133.

HSL color Cylindrical-coordinate representation of color #D57675: hue angle of 0.63º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57675 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213118117-
CMYK00.450.450.16
HSL0.63º53.33%64.71%-
HSV(B)0.63º45.07%83.53%-
XYZ37.1328.3920.35-
YUV146.29111.47175.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=47.54%
G=26.34%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311811700.450.450.160.6353.3364.71
HexD5767502D2D1013541
Octal3251661650555520165101
Binary110101011110110111010101011011011011000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57675; }

 p { color: rgb(213,118,117); }

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

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

 a { background-color: rgb(213,118,117); }

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

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

 span { border-color: rgb(213,118,117); }

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