#D6817D

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

Shades of Sea Pink #D6817D

Tints of Sea Pink #D6817D

Color information

#D6817D (or 0xD6817D) is unknown color: approx Sea Pink. HEX triplet: D6, 81 and 7D. RGB value is (214,129,125). Sum of RGB (Red+Green+Blue) = 214+129+125=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6817D is #297E82. Grayscale: #9A9A9A. Windows color (decimal): -2719363 or 8225238. OLE color: 8225238.

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

Color convert

RGB214129125-
CMYK00.400.420.16
HSL2.7º52.05%66.47%-
HSV(B)2.7º41.59%83.92%-
XYZ39.2831.4823.41-
YUV153.96111.66170.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=45.73%
G=27.56%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412912500.400.420.162.752.0566.47
HexD6817D0282A1033442
Octal3262011750505220364102
Binary11010110100000011111101010100010101010000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6817D; }

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

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

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

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

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

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

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

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