Html Css Color HEX #DC8482 Sea Pink

📋 copy color: '#DC8482'

red 220 ◦ green 132 ◦ blue 130

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

Shades of Sea Pink #DC8482

Tints of Sea Pink #DC8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 45.64%
G = 27.39%
B = 26.97%

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

#DC8482 (or 0xDC8482) is known color: Sea Pink. HEX triplet: DC, 84 and 82. RGB value is (220,132,130). Sum of RGB (Red+Green+Blue) = 220+132+130=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8482 is #237B7D. Grayscale: #9E9E9E. Windows color (decimal): -2325374 or 8553692. OLE color: 8553692.

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

Color convert

RGB 220 132 130 -
CMYK 0 0.40 0.41 0.14
HSL 1.33º 0.56% 0.69% -
HSV(B) 1.33º 0.41% 0.86% -
XYZ 41.8 33.33 25.35 -
YUV 158.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 220 132 130 0 0.40 0.41 0.14 1.33 0.56 0.69
Hex DC 84 82 0 28 29 E 1 38 45
Octal 334 204 202 0 50 51 16 1 70 105
Binary 11011100 10000100 10000010 0 101000 101001 1110 1 111000 1000101

Color Harmonies of #DC8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8482

Black with #DC8482

Text Example


Text Example

White with #DC8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8482; }

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

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

background-color css

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

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

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

border-color css

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

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

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