#DC817D

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

Shades of Sea Pink #DC817D

Tints of Sea Pink #DC817D

Color information

#DC817D (or 0xDC817D) is unknown color: approx Sea Pink. HEX triplet: DC, 81 and 7D. RGB value is (220,129,125). Sum of RGB (Red+Green+Blue) = 220+129+125=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC817D is #237E82. Grayscale: #9B9B9B. Windows color (decimal): -2326147 or 8225244. OLE color: 8225244.

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

Color convert

RGB220129125-
CMYK00.410.430.14
HSL2.53º57.58%67.65%-
HSV(B)2.53º43.18%86.27%-
XYZ41.0732.423.49-
YUV155.75110.65173.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=46.41%
G=27.22%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012912500.410.430.142.5357.5867.65
HexDC817D0292BE33a44
Octal3342011750515316372104
Binary1101110010000001111110101010011010111110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC817D; }

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

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

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

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

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

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

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

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