#DC8887

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

Shades of Sea Pink #DC8887

Tints of Sea Pink #DC8887

Color information

#DC8887 (or 0xDC8887) is unknown color: approx Sea Pink. HEX triplet: DC, 88 and 87. RGB value is (220,136,135). Sum of RGB (Red+Green+Blue) = 220+136+135=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8887 is #237778. Grayscale: #A1A1A1. Windows color (decimal): -2324345 or 8882396. OLE color: 8882396.

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

Color convert

RGB220136135-
CMYK00.380.390.14
HSL0.71º54.84%69.61%-
HSV(B)0.71º38.64%86.27%-
XYZ42.6934.5727.34-
YUV161113.33170.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=44.81%
G=27.70%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013613500.380.390.140.7154.8469.61
HexDC888702627E13746
Octal3342102070464716167106
Binary1101110010001000100001110100110100111111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8887; }

 p { color: rgb(220,136,135); }

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

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

 a { background-color: rgb(220,136,135); }

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

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

 span { border-color: rgb(220,136,135); }

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