#D57875

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

Shades of Sea Pink #D57875

Tints of Sea Pink #D57875

Color information

#D57875 (or 0xD57875) is unknown color: approx Sea Pink. HEX triplet: D5, 78 and 75. RGB value is (213,120,117). Sum of RGB (Red+Green+Blue) = 213+120+117=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D57875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57875 is #2A878A. Grayscale: #939393. Windows color (decimal): -2787211 or 7698645. OLE color: 7698645.

HSL color Cylindrical-coordinate representation of color #D57875: hue angle of 1.88º 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 #D57875 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213120117-
CMYK00.440.450.16
HSL1.88º53.33%64.71%-
HSV(B)1.88º45.07%83.53%-
XYZ37.3728.8620.43-
YUV147.46110.81174.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.33%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 117 (46.09% from 255) = 26%
R=47.33%
G=26.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312011700.440.450.161.8853.3364.71
HexD5787502C2D1023541
Octal3251701650545520265101
Binary1101010111110001110101010110010110110000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57875; }

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

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

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

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

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

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

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

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