Html Css Color HEX #DC8281 Sea Pink

📋 copy color: '#DC8281'

red 220 ◦ green 130 ◦ blue 129

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

Shades of Sea Pink #DC8281

Tints of Sea Pink #DC8281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 45.93%
G = 27.14%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC8281 (or 0xDC8281) is known color: Sea Pink. HEX triplet: DC, 82 and 81. RGB value is (220,130,129). Sum of RGB (Red+Green+Blue) = 220+130+129=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8281 is #237D7E. Grayscale: #9C9C9C. Windows color (decimal): -2325887 or 8487644. OLE color: 8487644.

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

Color convert

RGB 220 130 129 -
CMYK 0 0.41 0.41 0.14
HSL 0.66º 0.57% 0.68% -
HSV(B) 0.66º 0.41% 0.86% -
XYZ 41.46 32.77 24.91 -
YUV 156.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 220 130 129 0 0.41 0.41 0.14 0.66 0.57 0.68
Hex DC 82 81 0 29 29 E 1 39 44
Octal 334 202 201 0 51 51 16 1 71 104
Binary 11011100 10000010 10000001 0 101001 101001 1110 1 111001 1000100

Color Harmonies of #DC8281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8281

Black with #DC8281

Text Example


Text Example

White with #DC8281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8281; }

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

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

background-color css

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

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

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

border-color css

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

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

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