Html Css Color HEX #DC8383 Sea Pink

📋 copy color: '#DC8383'

red 220 ◦ green 131 ◦ blue 131

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

Shades of Sea Pink #DC8383

Tints of Sea Pink #DC8383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 45.64%
G = 27.18%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC8383 (or 0xDC8383) is known color: Sea Pink. HEX triplet: DC, 83 and 83. RGB value is (220,131,131). Sum of RGB (Red+Green+Blue) = 220+131+131=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8383 is #237C7C. Grayscale: #9D9D9D. Windows color (decimal): -2325629 or 8618972. OLE color: 8618972.

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

Color convert

RGB 220 131 131 -
CMYK 0 0.40 0.40 0.14
HSL 0.56% 0.69% -
HSV(B) 0.4% 0.86% -
XYZ 41.73 33.09 25.66 -
YUV 157.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 220 131 131 0 0.40 0.40 0.14 0 0.56 0.69
Hex DC 83 83 0 28 28 E 0 38 45
Octal 334 203 203 0 50 50 16 0 70 105
Binary 11011100 10000011 10000011 0 101000 101000 1110 0 111000 1000101

Color Harmonies of #DC8383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8383

Black with #DC8383

Text Example


Text Example

White with #DC8383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8383; }

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

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

background-color css

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

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

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

border-color css

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

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

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