#D07875

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

Shades of Sea Pink #D07875

Tints of Sea Pink #D07875

Color information

#D07875 (or 0xD07875) is unknown color: approx Sea Pink. HEX triplet: D0, 78 and 75. RGB value is (208,120,117). Sum of RGB (Red+Green+Blue) = 208+120+117=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07875 is #2F878A. Grayscale: #929292. Windows color (decimal): -3114891 or 7698640. OLE color: 7698640.

HSL color Cylindrical-coordinate representation of color #D07875: hue angle of 1.98º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07875 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208120117-
CMYK00.420.440.18
HSL1.98º49.19%63.73%-
HSV(B)1.98º43.75%81.57%-
XYZ35.9428.1320.36-
YUV145.97111.65172.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=46.74%
G=26.97%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812011700.420.440.181.9849.1963.73
HexD0787502A2C1223140
Octal3201701650525422261100
Binary1101000011110001110101010101010110010010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07875; }

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

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

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

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

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

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

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

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