Html Css Color HEX #DC8989 Sea Pink

📋 copy color: '#DC8989'

red 220 ◦ green 137 ◦ blue 137

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

Shades of Sea Pink #DC8989

Tints of Sea Pink #DC8989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.73%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 44.53%
G = 27.73%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8989 (or 0xDC8989) is known color: Sea Pink. HEX triplet: DC, 89 and 89. RGB value is (220,137,137). Sum of RGB (Red+Green+Blue) = 220+137+137=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8989 is #237676. Grayscale: #A1A1A1. Windows color (decimal): -2324087 or 9013724. OLE color: 9013724.

HSL color Cylindrical-coordinate representation of color #DC8989: 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.38%. Process color model (Four color, CMYK) of #DC8989 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 137 -
CMYK 0 0.38 0.38 0.14
HSL 0.54% 0.7% -
HSV(B) 0.38% 0.86% -
XYZ 42.98 34.91 28.14 -
YUV 161.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 220 137 137 0 0.38 0.38 0.14 0 0.54 0.7
Hex DC 89 89 0 26 26 E 0 36 46
Octal 334 211 211 0 46 46 16 0 66 106
Binary 11011100 10001001 10001001 0 100110 100110 1110 0 110110 1000110

Color Harmonies of #DC8989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8989

Black with #DC8989

Text Example


Text Example

White with #DC8989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8989; }

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

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

background-color css

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

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

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

border-color css

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

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

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