#DC827D

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

Shades of Sea Pink #DC827D

Tints of Sea Pink #DC827D

Color information

#DC827D (or 0xDC827D) is unknown color: approx Sea Pink. HEX triplet: DC, 82 and 7D. RGB value is (220,130,125). Sum of RGB (Red+Green+Blue) = 220+130+125=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC827D is #237D82. Grayscale: #9C9C9C. Windows color (decimal): -2325891 or 8225500. OLE color: 8225500.

HSL color Cylindrical-coordinate representation of color #DC827D: hue angle of 3.16º 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 #DC827D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220130125-
CMYK00.410.430.14
HSL3.16º57.58%67.65%-
HSV(B)3.16º43.18%86.27%-
XYZ41.232.6623.53-
YUV156.34110.32173.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=46.32%
G=27.37%
B=26.32%

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
Decimal22013012500.410.430.143.1657.5867.65
HexDC827D0292BE33a44
Octal3342021750515316372104
Binary1101110010000010111110101010011010111110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC827D; }

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

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

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

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

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

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

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

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