Html Css Color HEX #DC8382 Sea Pink

📋 copy color: '#DC8382'

red 220 ◦ green 131 ◦ blue 130

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

Shades of Sea Pink #DC8382

Tints of Sea Pink #DC8382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 45.74%
G = 27.23%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC8382 (or 0xDC8382) is known color: Sea Pink. HEX triplet: DC, 83 and 82. RGB value is (220,131,130). Sum of RGB (Red+Green+Blue) = 220+131+130=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8382 is #237C7D. Grayscale: #9D9D9D. Windows color (decimal): -2325630 or 8553436. OLE color: 8553436.

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

Color convert

RGB 220 131 130 -
CMYK 0 0.40 0.41 0.14
HSL 0.67º 0.56% 0.69% -
HSV(B) 0.67º 0.41% 0.86% -
XYZ 41.66 33.06 25.3 -
YUV 157.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 220 131 130 0 0.40 0.41 0.14 0.67 0.56 0.69
Hex DC 83 82 0 28 29 E 1 38 45
Octal 334 203 202 0 50 51 16 1 70 105
Binary 11011100 10000011 10000010 0 101000 101001 1110 1 111000 1000101

Color Harmonies of #DC8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8382

Black with #DC8382

Text Example


Text Example

White with #DC8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8382; }

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

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

background-color css

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

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

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

border-color css

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

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

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