#D0817D

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

Shades of Sea Pink #D0817D

Tints of Sea Pink #D0817D

Color information

#D0817D (or 0xD0817D) is unknown color: approx Sea Pink. HEX triplet: D0, 81 and 7D. RGB value is (208,129,125). Sum of RGB (Red+Green+Blue) = 208+129+125=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0817D is #2F7E82. Grayscale: #989898. Windows color (decimal): -3112579 or 8225232. OLE color: 8225232.

HSL color Cylindrical-coordinate representation of color #D0817D: hue angle of 2.89º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0817D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208129125-
CMYK00.380.400.18
HSL2.89º46.89%65.29%-
HSV(B)2.89º39.9%81.57%-
XYZ37.5630.5923.33-
YUV152.16112.67167.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=45.02%
G=27.92%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812912500.380.400.182.8946.8965.29
HexD0817D026281232f41
Octal3202011750465022357101
Binary11010000100000011111101010011010100010010111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0817D; }

 p { color: rgb(208,129,125); }

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

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

 a { background-color: rgb(208,129,125); }

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

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

 span { border-color: rgb(208,129,125); }

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