Html Css Color HEX #DC8787 Sea Pink

📋 copy color: '#DC8787'

red 220 ◦ green 135 ◦ blue 135

#DC8787
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #DC8787

Tints of Sea Pink #DC8787

RGB

 RED value IS 220 (86.33% from 255) = 44.9%

 GREEN value IS 135 (53.13% from 255) = 27.55%

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 44.9%
G = 27.55%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC8787 (or 0xDC8787) is known color: Sea Pink. HEX triplet: DC, 87 and 87. RGB value is (220,135,135). Sum of RGB (Red+Green+Blue) = 220+135+135=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8787 is #237878. Grayscale: #A0A0A0. Windows color (decimal): -2324601 or 8882140. OLE color: 8882140.

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

Color convert

RGB 220 135 135 -
CMYK 0 0.39 0.39 0.14
HSL 0.55% 0.7% -
HSV(B) 0.39% 0.86% -
XYZ 42.55 34.29 27.3 -
YUV 160.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 220 135 135 0 0.39 0.39 0.14 0 0.55 0.7
Hex DC 87 87 0 27 27 E 0 37 46
Octal 334 207 207 0 47 47 16 0 67 106
Binary 11011100 10000111 10000111 0 100111 100111 1110 0 110111 1000110

Color Harmonies of #DC8787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8787

Black with #DC8787

Text Example


Text Example

White with #DC8787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8787; }

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

 H1.HeaderClassName
 {
   color: #DC8787;
 }
 .AnyTagClassName
 {
   color: #DC8787;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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