Html Css Color HEX #DC8380 Sea Pink

📋 copy color: '#DC8380'

red 220 ◦ green 131 ◦ blue 128

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

Shades of Sea Pink #DC8380

Tints of Sea Pink #DC8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 45.93%
G = 27.35%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC8380 (or 0xDC8380) is known color: Sea Pink. HEX triplet: DC, 83 and 80. RGB value is (220,131,128). Sum of RGB (Red+Green+Blue) = 220+131+128=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8380 is #237C7F. Grayscale: #9D9D9D. Windows color (decimal): -2325632 or 8422364. OLE color: 8422364.

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

Color convert

RGB 220 131 128 -
CMYK 0 0.40 0.42 0.14
HSL 1.96º 0.57% 0.68% -
HSV(B) 1.96º 0.42% 0.86% -
XYZ 41.53 33.01 24.6 -
YUV 157.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 220 131 128 0 0.40 0.42 0.14 1.96 0.57 0.68
Hex DC 83 80 0 28 2A E 2 39 44
Octal 334 203 200 0 50 52 16 2 71 104
Binary 11011100 10000011 10000000 0 101000 101010 1110 10 111001 1000100

Color Harmonies of #DC8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8380

Black with #DC8380

Text Example


Text Example

White with #DC8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8380; }

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

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

background-color css

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

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

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

border-color css

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

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

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