#DC8A89

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

Shades of Sea Pink #DC8A89

Tints of Sea Pink #DC8A89

Color information

#DC8A89 (or 0xDC8A89) is unknown color: approx Sea Pink. HEX triplet: DC, 8A and 89. RGB value is (220,138,137). Sum of RGB (Red+Green+Blue) = 220+138+137=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A89 is #237576. Grayscale: #A2A2A2. Windows color (decimal): -2323831 or 9013980. OLE color: 9013980.

HSL color Cylindrical-coordinate representation of color #DC8A89: hue angle of 0.72º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8A89 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220138137-
CMYK00.370.380.14
HSL0.72º54.25%70%-
HSV(B)0.72º37.73%86.27%-
XYZ43.1235.228.19-
YUV162.4113.67169.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=44.44%
G=27.88%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013813700.370.380.140.7254.2570
HexDC8A8902526E13646
Octal3342122110454616166106
Binary1101110010001010100010010100101100110111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8A89; }

 p { color: rgb(220,138,137); }

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

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

 a { background-color: rgb(220,138,137); }

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

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

 span { border-color: rgb(220,138,137); }

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