#DC817A

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

Shades of Sea Pink #DC817A

Tints of Sea Pink #DC817A

Color information

#DC817A (or 0xDC817A) is unknown color: approx Sea Pink. HEX triplet: DC, 81 and 7A. RGB value is (220,129,122). Sum of RGB (Red+Green+Blue) = 220+129+122=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC817A is #237E85. Grayscale: #9B9B9B. Windows color (decimal): -2326150 or 8028636. OLE color: 8028636.

HSL color Cylindrical-coordinate representation of color #DC817A: hue angle of 4.29º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC817A is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220129122-
CMYK00.410.450.14
HSL4.29º58.33%67.06%-
HSV(B)4.29º44.55%86.27%-
XYZ40.8832.3222.5-
YUV155.41109.15174.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=46.71%
G=27.39%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012912200.410.450.144.2958.3367.06
HexDC817A0292DE43a43
Octal3342011720515516472103
Binary11011100100000011111010010100110110111101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC817A; }

 p { color: rgb(220,129,122); }

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

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

 a { background-color: rgb(220,129,122); }

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

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

 span { border-color: rgb(220,129,122); }

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