Html Css Color HEX #DC8A8A Sea Pink

📋 copy color: '#DC8A8A'

red 220 ◦ green 138 ◦ blue 138

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

Shades of Sea Pink #DC8A8A

Tints of Sea Pink #DC8A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 44.35%
G = 27.82%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC8A8A (or 0xDC8A8A) is known color: Sea Pink. HEX triplet: DC, 8A and 8A. RGB value is (220,138,138). Sum of RGB (Red+Green+Blue) = 220+138+138=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A8A is #237575. Grayscale: #A2A2A2. Windows color (decimal): -2323830 or 9079516. OLE color: 9079516.

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

Color convert

RGB 220 138 138 -
CMYK 0 0.37 0.37 0.14
HSL 0.54% 0.7% -
HSV(B) 0.37% 0.86% -
XYZ 43.19 35.23 28.57 -
YUV 162.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 220 138 138 0 0.37 0.37 0.14 0 0.54 0.7
Hex DC 8A 8A 0 25 25 E 0 36 46
Octal 334 212 212 0 45 45 16 0 66 106
Binary 11011100 10001010 10001010 0 100101 100101 1110 0 110110 1000110

Color Harmonies of #DC8A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A8A

Black with #DC8A8A

Text Example


Text Example

White with #DC8A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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