Html Css Color HEX #DC8080 Sea Pink

📋 copy color: '#DC8080'

red 220 ◦ green 128 ◦ blue 128

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

Shades of Sea Pink #DC8080

Tints of Sea Pink #DC8080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.89%

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

R = 46.22%
G = 26.89%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC8080 (or 0xDC8080) is known color: Sea Pink. HEX triplet: DC, 80 and 80. RGB value is (220,128,128). Sum of RGB (Red+Green+Blue) = 220+128+128=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8080 is #237F7F. Grayscale: #9B9B9B. Windows color (decimal): -2326400 or 8421596. OLE color: 8421596.

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

Color convert

RGB 220 128 128 -
CMYK 0 0.42 0.42 0.14
HSL 0.57% 0.68% -
HSV(B) 0.42% 0.86% -
XYZ 41.13 32.21 24.47 -
YUV 155.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 220 128 128 0 0.42 0.42 0.14 0 0.57 0.68
Hex DC 80 80 0 2A 2A E 0 39 44
Octal 334 200 200 0 52 52 16 0 71 104
Binary 11011100 10000000 10000000 0 101010 101010 1110 0 111001 1000100

Color Harmonies of #DC8080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8080

Black with #DC8080

Text Example


Text Example

White with #DC8080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8080; }

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

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

background-color css

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

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

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

border-color css

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

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

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