#DC8381

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

Shades of Sea Pink #DC8381

Tints of Sea Pink #DC8381

Color information

#DC8381 (or 0xDC8381) is unknown color: approx Sea Pink. HEX triplet: DC, 83 and 81. RGB value is (220,131,129). Sum of RGB (Red+Green+Blue) = 220+131+129=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8381 is #237C7E. Grayscale: #9D9D9D. Windows color (decimal): -2325631 or 8487900. OLE color: 8487900.

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

Color convert

RGB220131129-
CMYK00.400.410.14
HSL1.32º56.52%68.43%-
HSV(B)1.32º41.36%86.27%-
XYZ41.5933.0324.95-
YUV157.38111.99172.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=45.83%
G=27.29%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013112900.400.410.141.3256.5268.43
HexDC838102829E13944
Octal3342032010505116171104
Binary1101110010000011100000010101000101001111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8381; }

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

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

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

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

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

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

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

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